#60CAC6

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

Shades of Downy #60CAC6

Tints of Downy #60CAC6

Color information

#60CAC6 (or 0x60CAC6) is unknown color: approx Downy. HEX triplet: 60, CA and C6. RGB value is (96,202,198). Sum of RGB (Red+Green+Blue) = 96+202+198=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC6 is #9F3539. Grayscale: #A9A9A9. Windows color (decimal): -10433850 or 13027936. OLE color: 13027936.

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

Color convert

RGB96202198-
CMYK0.5200.020.21
HSL177.74º50%58.43%-
HSV(B)177.74º52.48%79.22%-
XYZ36.1448.8160.94-
YUV169.85143.8875.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.35%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=19.35%
G=40.73%
B=39.92%

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
Decimal962021980.5200.020.21177.745058.43
Hex60CAC6340215b2323a
Octal1403123066402252626272
Binary110000011001010110001101101000101010110110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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