Html Css Color HEX #66A8AC Fountain Blue

📋 copy color: '#66A8AC'

red 102 ◦ green 168 ◦ blue 172

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

Shades of Fountain Blue #66A8AC

Tints of Fountain Blue #66A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 23.08%
G = 38.01%
B = 38.91%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#66A8AC (or 0x66A8AC) is known color: Fountain Blue. HEX triplet: 66, A8 and AC. RGB value is (102,168,172). Sum of RGB (Red+Green+Blue) = 102+168+172=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #66A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A8AC is #995753. Grayscale: #949494. Windows color (decimal): -10049364 or 11315302. OLE color: 11315302.

HSL color Cylindrical-coordinate representation of color #66A8AC: hue angle of 183.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66A8AC is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 168 172 -
CMYK 0.41 0.02 0 0.33
HSL 183.43º 0.3% 0.54% -
HSV(B) 183.43º 0.41% 0.67% -
XYZ 26.93 33.81 44.14 -
YUV 148.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 102 168 172 0.41 0.02 0 0.33 183.43 0.3 0.54
Hex 66 A8 AC 29 2 0 21 B7 1E 36
Octal 146 250 254 51 2 0 41 267 36 66
Binary 1100110 10101000 10101100 101001 10 0 100001 10110111 11110 110110

Color Harmonies of #66A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8AC

Black with #66A8AC

Text Example


Text Example

White with #66A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,168,172); }

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

background-color css

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

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

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

border-color css

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

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

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