Html Css Color HEX #66A5AC Fountain Blue

📋 copy color: '#66A5AC'

red 102 ◦ green 165 ◦ blue 172

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

Shades of Fountain Blue #66A5AC

Tints of Fountain Blue #66A5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

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

R = 23.23%
G = 37.59%
B = 39.18%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#66A5AC (or 0x66A5AC) is known color: Fountain Blue. HEX triplet: 66, A5 and AC. RGB value is (102,165,172). Sum of RGB (Red+Green+Blue) = 102+165+172=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #66A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A5AC is #995A53. Grayscale: #929292. Windows color (decimal): -10050132 or 11314534. OLE color: 11314534.

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

Color convert

RGB 102 165 172 -
CMYK 0.41 0.04 0 0.33
HSL 186º 0.3% 0.54% -
HSV(B) 186º 0.41% 0.67% -
XYZ 26.38 32.71 43.95 -
YUV 146.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 102 165 172 0.41 0.04 0 0.33 186 0.3 0.54
Hex 66 A5 AC 29 4 0 21 BA 1E 36
Octal 146 245 254 51 4 0 41 272 36 66
Binary 1100110 10100101 10101100 101001 100 0 100001 10111010 11110 110110

Color Harmonies of #66A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A5AC

Black with #66A5AC

Text Example


Text Example

White with #66A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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