Html Css Color HEX #66A9AA Fountain Blue

📋 copy color: '#66A9AA'

red 102 ◦ green 169 ◦ blue 170

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

Shades of Fountain Blue #66A9AA

Tints of Fountain Blue #66A9AA

RGB

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

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

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

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

CMYK

 C value IS 0.4

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #66A9AA: hue angle of 180.88º 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 #66A9AA is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 169 170 -
CMYK 0.4 0.01 0 0.33
HSL 180.88º 0.29% 0.53% -
HSV(B) 180.88º 0.4% 0.67% -
XYZ 26.92 34.1 43.19 -
YUV 149.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 102 169 170 0.4 0.01 0 0.33 180.88 0.29 0.53
Hex 66 A9 AA 28 1 0 21 B5 1D 35
Octal 146 251 252 50 1 0 41 265 35 65
Binary 1100110 10101001 10101010 101000 1 0 100001 10110101 11101 110101

Color Harmonies of #66A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A9AA

Black with #66A9AA

Text Example


Text Example

White with #66A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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