#66C0BF

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

Shades of Fountain Blue #66C0BF

Tints of Fountain Blue #66C0BF

Color information

#66C0BF (or 0x66C0BF) is unknown color: approx Fountain Blue. HEX triplet: 66, C0 and BF. RGB value is (102,192,191). Sum of RGB (Red+Green+Blue) = 102+192+191=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0BF is #993F40. Grayscale: #A4A4A4. Windows color (decimal): -10043201 or 12566630. OLE color: 12566630.

HSL color Cylindrical-coordinate representation of color #66C0BF: hue angle of 179.33º 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 #66C0BF is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB102192191-
CMYK0.4700.010.25
HSL179.33º41.67%57.65%-
HSV(B)179.33º46.88%75.29%-
XYZ33.7344.2956.06-
YUV164.98142.6883.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.03%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 191 (75% from 255) = 39.38%
R=21.03%
G=39.59%
B=39.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021921910.4700.010.25179.3341.6757.65
Hex66C0BF2F0119b32a3a
Octal1463002775701312635272
Binary11001101100000010111111101111011100110110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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