Html Css Color HEX #66ABAB Fountain Blue

📋 copy color: '#66ABAB'

red 102 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #66ABAB

Tints of Fountain Blue #66ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 22.97%
G = 38.51%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#66ABAB (or 0x66ABAB) is known color: Fountain Blue. HEX triplet: 66, AB and AB. RGB value is (102,171,171). Sum of RGB (Red+Green+Blue) = 102+171+171=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #66ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABAB is #995454. Grayscale: #969696. Windows color (decimal): -10048597 or 11250534. OLE color: 11250534.

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

Color convert

RGB 102 171 171 -
CMYK 0.40 0 0 0.33
HSL 180º 0.29% 0.54% -
HSV(B) 180º 0.4% 0.67% -
XYZ 27.39 34.89 43.82 -
YUV 150.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 102 171 171 0.40 0 0 0.33 180 0.29 0.54
Hex 66 AB AB 28 0 0 21 B4 1D 36
Octal 146 253 253 50 0 0 41 264 35 66
Binary 1100110 10101011 10101011 101000 0 0 100001 10110100 11101 110110

Color Harmonies of #66ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABAB

Black with #66ABAB

Text Example


Text Example

White with #66ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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