Html Css Color HEX #66A1AB Fountain Blue

📋 copy color: '#66A1AB'

red 102 ◦ green 161 ◦ blue 171

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

Shades of Fountain Blue #66A1AB

Tints of Fountain Blue #66A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

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

R = 23.5%
G = 37.1%
B = 39.4%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#66A1AB (or 0x66A1AB) is known color: Fountain Blue. HEX triplet: 66, A1 and AB. RGB value is (102,161,171). Sum of RGB (Red+Green+Blue) = 102+161+171=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #66A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A1AB is #995E54. Grayscale: #909090. Windows color (decimal): -10051157 or 11247974. OLE color: 11247974.

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

Color convert

RGB 102 161 171 -
CMYK 0.40 0.06 0 0.33
HSL 188.7º 0.29% 0.54% -
HSV(B) 188.7º 0.4% 0.67% -
XYZ 25.58 31.25 43.21 -
YUV 144.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 102 161 171 0.40 0.06 0 0.33 188.7 0.29 0.54
Hex 66 A1 AB 28 6 0 21 BD 1D 36
Octal 146 241 253 50 6 0 41 275 35 66
Binary 1100110 10100001 10101011 101000 110 0 100001 10111101 11101 110110

Color Harmonies of #66A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1AB

Black with #66A1AB

Text Example


Text Example

White with #66A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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