#66A2AF

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

Shades of Fountain Blue #66A2AF

Tints of Fountain Blue #66A2AF

Color information

#66A2AF (or 0x66A2AF) is unknown color: approx Fountain Blue. HEX triplet: 66, A2 and AF. RGB value is (102,162,175). Sum of RGB (Red+Green+Blue) = 102+162+175=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #66A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A2AF is #995D50. Grayscale: #919191. Windows color (decimal): -10050897 or 11510374. OLE color: 11510374.

HSL color Cylindrical-coordinate representation of color #66A2AF: hue angle of 190.68º 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 #66A2AF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102162175-
CMYK0.420.0700.31
HSL190.68º31.33%54.31%-
HSV(B)190.68º41.71%68.63%-
XYZ26.1431.7645.31-
YUV145.54144.6296.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=23.23%
G=36.90%
B=39.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021621750.420.0700.31190.6831.3354.31
Hex66A2AF2A701Fbf1f36
Octal1462422575270372773766
Binary110011010100010101011111010101110111111011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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