#60c2bf

Color #60C2BF Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #60C2BF

Tints of Downy #60C2BF

Color information

#60C2BF (or 0x60C2BF) is unknown color: approx Downy. HEX triplet: 60, C2 and BF. RGB value is (96,194,191). Sum of RGB (Red+Green+Blue) = 96+194+191=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #60C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2BF is #9F3D40. Grayscale: #A4A4A4. Windows color (decimal): -10435905 or 12567136. OLE color: 12567136.

HSL color Cylindrical-coordinate representation of color #60C2BF: hue angle of 178.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C2BF is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB96194191-
CMYK0.5100.020.24
HSL178.16º44.55%56.86%-
HSV(B)178.16º50.52%76.08%-
XYZ33.5244.8356.18-
YUV164.36143.0379.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.96%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 191 (75% from 255) = 39.71%
R=19.96%
G=40.33%
B=39.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961941910.5100.020.24178.1644.5556.86
Hex60C2BF330218b22d39
Octal1403022776302302625571
Binary110000011000010101111111100110101100010110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60c2bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60c2bf; }

 p { color: rgb(96,194,191); }

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

<style>
 a { background-color: #60c2bf; }

 a { background-color: rgb(96,194,191); }

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

<style>
 span { border-color: #60c2bf; }

 span { border-color: rgb(96,194,191); }

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