#66B6C0

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

Shades of Fountain Blue #66B6C0

Tints of Fountain Blue #66B6C0

Color information

#66B6C0 (or 0x66B6C0) is unknown color: approx Fountain Blue. HEX triplet: 66, B6 and C0. RGB value is (102,182,192). Sum of RGB (Red+Green+Blue) = 102+182+192=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #66B6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B6C0 is #99493F. Grayscale: #9F9F9F. Windows color (decimal): -10045760 or 12629606. OLE color: 12629606.

HSL color Cylindrical-coordinate representation of color #66B6C0: hue angle of 186.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66B6C0 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102182192-
CMYK0.470.0500.25
HSL186.67º41.67%57.65%-
HSV(B)186.67º46.88%75.29%-
XYZ31.7240.0955.93-
YUV159.22146.587.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.43%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=21.43%
G=38.24%
B=40.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021821920.470.0500.25186.6741.6757.65
Hex66B6C02F5019bb2a3a
Octal1462663005750312735272
Binary1100110101101101100000010111110101100110111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,182,192); }

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

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

 a { background-color: rgb(102,182,192); }

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

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

 span { border-color: rgb(102,182,192); }

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