#60cebf

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

Shades of Downy #60CEBF

Tints of Downy #60CEBF

Color information

#60CEBF (or 0x60CEBF) is unknown color: approx Downy. HEX triplet: 60, CE and BF. RGB value is (96,206,191). Sum of RGB (Red+Green+Blue) = 96+206+191=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEBF is #9F3140. Grayscale: #ABABAB. Windows color (decimal): -10432833 or 12570208. OLE color: 12570208.

HSL color Cylindrical-coordinate representation of color #60CEBF: hue angle of 171.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEBF is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB96206191-
CMYK0.5300.070.19
HSL171.82º52.88%59.22%-
HSV(B)171.82º53.4%80.78%-
XYZ36.350.3957.1-
YUV171.4139.0674.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 191 (75% from 255) = 38.74%
R=19.47%
G=41.78%
B=38.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962061910.5300.070.19171.8252.8859.22
Hex60CEBF350713ac353b
Octal1403162776507232546573
Binary1100000110011101011111111010101111001110101100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60cebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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