Html Css Color HEX #66AAA9 Fountain Blue

📋 copy color: '#66AAA9'

red 102 ◦ green 170 ◦ blue 169

#66AAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #66AAA9

Tints of Fountain Blue #66AAA9

RGB

 RED value IS 102 (40.23% from 255) = 23.13%

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 169 (66.41% from 255) = 38.32%

R = 23.13%
G = 38.55%
B = 38.32%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66AAA9 (or 0x66AAA9) is known color: Fountain Blue. HEX triplet: 66, AA and A9. RGB value is (102,170,169). Sum of RGB (Red+Green+Blue) = 102+170+169=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #66AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AAA9 is #995556. Grayscale: #959595. Windows color (decimal): -10048855 or 11119206. OLE color: 11119206.

HSL color Cylindrical-coordinate representation of color #66AAA9: hue angle of 179.12º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AAA9 is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 170 169 -
CMYK 0.4 0 0.01 0.33
HSL 179.12º 0.29% 0.53% -
HSV(B) 179.12º 0.4% 0.67% -
XYZ 27.02 34.44 42.76 -
YUV 149.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 102 170 169 0.4 0 0.01 0.33 179.12 0.29 0.53
Hex 66 AA A9 28 0 1 21 B3 1D 35
Octal 146 252 251 50 0 1 41 263 35 65
Binary 1100110 10101010 10101001 101000 0 1 100001 10110011 11101 110101

Color Harmonies of #66AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAA9

Black with #66AAA9

Text Example


Text Example

White with #66AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AAA9; }

 p { color: rgb(102,170,169); }

 H1.HeaderClassName
 {
   color: #66AAA9;
 }
 .AnyTagClassName
 {
   color: #66AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #66AAA9; }

 a { background-color: rgb(102,170,169); }

 div.DivClassName
 {
   background-color: #66AAA9;
 }
 .BgClassName
 {
   background-color: #66AAA9;
 }
</style>

border-color css

<style>
 span { border-color: #66AAA9; }

 span { border-color: rgb(102,170,169); }

 td.TdClassName
 {
   border-color: #66AAA9;
 }
 .TagClassName
 {
   border-color: #66AAA9;
 }
</style>