#60CAC5

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

Shades of Downy #60CAC5

Tints of Downy #60CAC5

Color information

#60CAC5 (or 0x60CAC5) is unknown color: approx Downy. HEX triplet: 60, CA and C5. RGB value is (96,202,197). Sum of RGB (Red+Green+Blue) = 96+202+197=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC5 is #9F353A. Grayscale: #A9A9A9. Windows color (decimal): -10433851 or 12962400. OLE color: 12962400.

HSL color Cylindrical-coordinate representation of color #60CAC5: hue angle of 177.17º 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 #60CAC5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB96202197-
CMYK0.5200.020.21
HSL177.17º50%58.43%-
HSV(B)177.17º52.48%79.22%-
XYZ36.0248.7660.34-
YUV169.74143.3875.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.39%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 197 (77.34% from 255) = 39.80%
R=19.39%
G=40.81%
B=39.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962021970.5200.020.21177.175058.43
Hex60CAC5340215b1323a
Octal1403123056402252616272
Binary110000011001010110001011101000101010110110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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