#66C0BB

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

Shades of Fountain Blue #66C0BB

Tints of Fountain Blue #66C0BB

Color information

#66C0BB (or 0x66C0BB) is unknown color: approx Fountain Blue. HEX triplet: 66, C0 and BB. RGB value is (102,192,187). Sum of RGB (Red+Green+Blue) = 102+192+187=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0BB is #993F44. Grayscale: #A4A4A4. Windows color (decimal): -10043205 or 12304486. OLE color: 12304486.

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

Color convert

RGB102192187-
CMYK0.4700.030.25
HSL176.67º41.67%57.65%-
HSV(B)176.67º46.88%75.29%-
XYZ33.344.1153.77-
YUV164.52140.6883.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=21.21%
G=39.92%
B=38.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021921870.4700.030.25176.6741.6757.65
Hex66C0BB2F0319b12a3a
Octal1463002735703312615272
Binary110011011000000101110111011110111100110110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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