#60cab9

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

Shades of Downy #60CAB9

Tints of Downy #60CAB9

Color information

#60CAB9 (or 0x60CAB9) is unknown color: approx Downy. HEX triplet: 60, CA and B9. RGB value is (96,202,185). Sum of RGB (Red+Green+Blue) = 96+202+185=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAB9 is #9F3546. Grayscale: #A8A8A8. Windows color (decimal): -10433863 or 12175968. OLE color: 12175968.

HSL color Cylindrical-coordinate representation of color #60CAB9: hue angle of 170.38º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CAB9 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB96202185-
CMYK0.5200.080.21
HSL170.38º50%58.43%-
HSV(B)170.38º52.48%79.22%-
XYZ34.748.2353.38-
YUV168.37137.3876.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.88%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=19.88%
G=41.82%
B=38.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962021850.5200.080.21170.385058.43
Hex60CAB9340815aa323a
Octal14031227164010252526272
Binary11000001100101010111001110100010001010110101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60cab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,185); }

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

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

 a { background-color: rgb(96,202,185); }

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

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

 span { border-color: rgb(96,202,185); }

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