#60CAC3

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

Shades of Downy #60CAC3

Tints of Downy #60CAC3

Color information

#60CAC3 (or 0x60CAC3) is unknown color: approx Downy. HEX triplet: 60, CA and C3. RGB value is (96,202,195). Sum of RGB (Red+Green+Blue) = 96+202+195=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC3 is #9F353C. Grayscale: #A9A9A9. Windows color (decimal): -10433853 or 12831328. OLE color: 12831328.

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

Color convert

RGB96202195-
CMYK0.5200.030.21
HSL176.04º50%58.43%-
HSV(B)176.04º52.48%79.22%-
XYZ35.7948.6759.14-
YUV169.51142.3875.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=19.47%
G=40.97%
B=39.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962021950.5200.030.21176.045058.43
Hex60CAC3340315b0323a
Octal1403123036403252606272
Binary110000011001010110000111101000111010110110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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