COLOR #69A59F

HEX: #69A59F RGB: (105,165,159)

Color info

#69A59F contains mainly green and blue colors. Web safe color of #69A59F is #669999 (or #699).

RGB color model

#69A59F color RGB value is (105,165,159).

RGB: (105,165,159) (41%, 65%, 62%)

RGB channels and saturation

R 105 of 255 = 41%
G 165 of 255 = 65%
B 159 of 255 = 62%

105
165
159

R + G + B ~ 56%. #69A59F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 165 + 159 = 429 (100%)
R 105 of 429 ~ 24.48%
G 165 of 429 ~ 38.46%
B 159 of 429 ~ 37.06'%

%24.48
%38.46
%37.06

CMYK color model

#69A59F color CMYK value is (36,0,4,35).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK: (36,0,4,35) C36M0Y4K35 (36%,0%,4%,35%) (0.36/0.00/0.04/0.35) 

CMYK percentages

%36.36
%0
%3.64
%35.29

Codes

Color #69A59F in popluar color models

69 A5 9F
RGB 105 165 159
HSL 174° 25.00% 52.94%
HSB/HSV 174° 36.36% 64.71%
CMYK 36.36% 0.00% 3.64%
35.29%

Color #69A59F in popluar number systems.

HEX 69 A5 9F
Decimal 105 165 159
Binary 1101001 10100101 10011111
Octal 151 245 237

Shades and tints

Shades of #69A59F

#69A59F
(105,165,159)
#609691
(96,150,145)
#578783
(87,135,131)
#4E7875
(78,120,117)
#456967
(69,105,103)
#3C5A59
(60,90,89)
#334B4B
(51,75,75)
#2A3C3D
(42,60,61)
#212D2F
(33,45,47)
#181E21
(24,30,33)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #69A59F

#69A59F
(105,165,159)
#76ADA7
(118,173,167)
#83B5AF
(131,181,175)
#90BDB7
(144,189,183)
#9DC5BF
(157,197,191)
#AACDC7
(170,205,199)
#B7D5CF
(183,213,207)
#C4DDD7
(196,221,215)
#D1E5DF
(209,229,223)
#DEEDE7
(222,237,231)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A59F color. Also use rgb(105,165,159) instead hex code.

Text Font Color

.myTextColor { color: #69A59F; }

<p style="color:#69A59F">This sample text font color is #69A59F.</p>

This text font color is #69A59F.

Background Color

.myBgColor { background-color: #69A59F; }

<div style="background-color:#69A59F">Inner text</div>

This div background color is #69A59F.

Border color

.myBorderColor { border: 1px solid #69A59F; }

<div style="border:3px solid #69A59F">Div</div>

This div border color is #69A59F.

Opacity

.myOpacity80 { color: #69A59F; opacity: 0.8; }

<p style="color:#69A59F;opacity:0.8;">80%</p>

Text with #69A59F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #69A59F;}

<p style="text-shadow: 3px 3px 1px #69A59F">Text here.</p>

This text has shadow with #69A59F color.


.textShadow {text-shadow: 3px 3px 1px #69A59F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #69A59F, 5px 5px 20px red">Text here.</p>

This text has shadow with #69A59F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#69A59F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#69A59F, Direction=45, Strength=4)">Text</p>

This text has shadow with #69A59F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #69A59F;
-webkit-box-shadow: 1px 1px 3px 2px #69A59F;
box-shadow: 1px 1px 3px 2px #69A59F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69A59F; -webkit-box-shadow: 1px 1px 3px 2px #69A59F; box-shadow:1px 1px 3px 2px #69A59F;">
Div content here
</div>

This div box has shadow with color #69A59F.

Preview

Color preview on black background

This text has color #69A59F on black background.


Color preview on white background

This text has color #69A59F on white background.


Black color preview on #69A59F background

This text has black color on #69A59F background.


White color preview on #69A59F background

This text has white color on #69A59F background.


Related colors

Complementary color

Complementary color for #hex is #965A60.


I love getcolorcode.com

Triadic colors

1 #9F69A5 and #A59F69 with #69A59F are triadic colors.

2 #9FA569 and #A5699F with #69A59F are triadic colors.