#66B0AD

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

Shades of Fountain Blue #66B0AD

Tints of Fountain Blue #66B0AD

Color information

#66B0AD (or 0x66B0AD) is unknown color: approx Fountain Blue. HEX triplet: 66, B0 and AD. RGB value is (102,176,173). Sum of RGB (Red+Green+Blue) = 102+176+173=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #66B0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B0AD is #994F52. Grayscale: #999999. Windows color (decimal): -10047315 or 11382886. OLE color: 11382886.

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

Color convert

RGB102176173-
CMYK0.4200.020.31
HSL177.57º31.9%54.51%-
HSV(B)177.57º42.05%69.02%-
XYZ28.5536.8945.15-
YUV153.53138.9891.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=22.62%
G=39.02%
B=38.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021761730.4200.020.31177.5731.954.51
Hex66B0AD2A021Fb22037
Octal1462602555202372624067
Binary110011010110000101011011010100101111110110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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