#60D9C0

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

Shades of Downy #60D9C0

Tints of Downy #60D9C0

Color information

#60D9C0 (or 0x60D9C0) is unknown color: approx Downy. HEX triplet: 60, D9 and C0. RGB value is (96,217,192). Sum of RGB (Red+Green+Blue) = 96+217+192=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #60D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D9C0 is #9F263F. Grayscale: #B1B1B1. Windows color (decimal): -10430016 or 12638560. OLE color: 12638560.

HSL color Cylindrical-coordinate representation of color #60D9C0: hue angle of 167.6º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D9C0 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB96217192-
CMYK0.5600.120.15
HSL167.6º61.42%61.37%-
HSV(B)167.6º55.76%85.1%-
XYZ39.1555.9258.6-
YUV177.97135.9169.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.01%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=19.01%
G=42.97%
B=38.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962171920.5600.120.15167.661.4261.37
Hex60D9C0380CFa83d3d
Octal14033130070014172507575
Binary1100000110110011100000011100001100111110101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,217,192); }

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

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

 a { background-color: rgb(96,217,192); }

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

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

 span { border-color: rgb(96,217,192); }

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