#60DDC0

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

Shades of Downy #60DDC0

Tints of Downy #60DDC0

Color information

#60DDC0 (or 0x60DDC0) is unknown color: approx Downy. HEX triplet: 60, DD and C0. RGB value is (96,221,192). Sum of RGB (Red+Green+Blue) = 96+221+192=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDC0 is #9F223F. Grayscale: #B4B4B4. Windows color (decimal): -10428992 or 12639584. OLE color: 12639584.

HSL color Cylindrical-coordinate representation of color #60DDC0: hue angle of 166.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDC0 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB96221192-
CMYK0.5700.130.13
HSL166.08º64.77%62.16%-
HSV(B)166.08º56.56%86.67%-
XYZ40.1958.0158.95-
YUV180.32134.5967.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.86%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=18.86%
G=43.42%
B=37.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962211920.5700.130.13166.0864.7762.16
Hex60DDC0390DDa6413e
Octal140335300710151524610176
Binary11000001101110111000000111001011011101101001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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