#66ADAF

Color #66ADAF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #66ADAF

Tints of Fountain Blue #66ADAF

Color information

#66ADAF (or 0x66ADAF) is unknown color: approx Fountain Blue. HEX triplet: 66, AD and AF. RGB value is (102,173,175). Sum of RGB (Red+Green+Blue) = 102+173+175=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #66ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ADAF is #995250. Grayscale: #979797. Windows color (decimal): -10048081 or 11513190. OLE color: 11513190.

HSL color Cylindrical-coordinate representation of color #66ADAF: hue angle of 181.64º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66ADAF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102173175-
CMYK0.420.0100.31
HSL181.64º31.33%54.31%-
HSV(B)181.64º41.71%68.63%-
XYZ28.1635.8145.98-
YUV152140.9892.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.67%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=22.67%
G=38.44%
B=38.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021731750.420.0100.31181.6431.3354.31
Hex66ADAF2A101Fb61f36
Octal1462552575210372663766
Binary1100110101011011010111110101010111111011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,175); }

 H1.HeaderClassName
 {
   color: #66ADAF;
 }
 .AnyTagClassName
 {
   color: #66ADAF;
 }
</style>
background-color css

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

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

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

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

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

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