Html Css Color HEX #66AAAA Fountain Blue

📋 copy color: '#66AAAA'

red 102 ◦ green 170 ◦ blue 170

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

Shades of Fountain Blue #66AAAA

Tints of Fountain Blue #66AAAA

RGB

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

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

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

R = 23.08%
G = 38.46%
B = 38.46%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#66AAAA (or 0x66AAAA) is known color: Fountain Blue. HEX triplet: 66, AA and AA. RGB value is (102,170,170). Sum of RGB (Red+Green+Blue) = 102+170+170=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #66AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AAAA is #995555. Grayscale: #959595. Windows color (decimal): -10048854 or 11184742. OLE color: 11184742.

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

Color convert

RGB 102 170 170 -
CMYK 0.4 0 0 0.33
HSL 180º 0.29% 0.53% -
HSV(B) 180º 0.4% 0.67% -
XYZ 27.11 34.48 43.26 -
YUV 149.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 102 170 170 0.4 0 0 0.33 180 0.29 0.53
Hex 66 AA AA 28 0 0 21 B4 1D 35
Octal 146 252 252 50 0 0 41 264 35 65
Binary 1100110 10101010 10101010 101000 0 0 100001 10110100 11101 110101

Color Harmonies of #66AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAAA

Black with #66AAAA

Text Example


Text Example

White with #66AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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