Html Css Color HEX #66ABAA Fountain Blue

📋 copy color: '#66ABAA'

red 102 ◦ green 171 ◦ blue 170

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

Shades of Fountain Blue #66ABAA

Tints of Fountain Blue #66ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

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

R = 23.02%
G = 38.6%
B = 38.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#66ABAA (or 0x66ABAA) is known color: Fountain Blue. HEX triplet: 66, AB and AA. RGB value is (102,171,170). Sum of RGB (Red+Green+Blue) = 102+171+170=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #66ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABAA is #995455. Grayscale: #969696. Windows color (decimal): -10048598 or 11184998. OLE color: 11184998.

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

Color convert

RGB 102 171 170 -
CMYK 0.40 0 0.01 0.33
HSL 179.13º 0.29% 0.54% -
HSV(B) 179.13º 0.4% 0.67% -
XYZ 27.3 34.85 43.32 -
YUV 150.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 102 171 170 0.40 0 0.01 0.33 179.13 0.29 0.54
Hex 66 AB AA 28 0 1 21 B3 1D 36
Octal 146 253 252 50 0 1 41 263 35 66
Binary 1100110 10101011 10101010 101000 0 1 100001 10110011 11101 110110

Color Harmonies of #66ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABAA

Black with #66ABAA

Text Example


Text Example

White with #66ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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