#60D2B9

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

Shades of Downy #60D2B9

Tints of Downy #60D2B9

Color information

#60D2B9 (or 0x60D2B9) is unknown color: approx Downy. HEX triplet: 60, D2 and B9. RGB value is (96,210,185). Sum of RGB (Red+Green+Blue) = 96+210+185=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #60D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2B9 is #9F2D46. Grayscale: #ADADAD. Windows color (decimal): -10431815 or 12178016. OLE color: 12178016.

HSL color Cylindrical-coordinate representation of color #60D2B9: hue angle of 166.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D2B9 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB96210185-
CMYK0.5400.120.18
HSL166.84º55.88%60%-
HSV(B)166.84º54.29%82.35%-
XYZ36.6352.0854.02-
YUV173.06134.7373.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=19.55%
G=42.77%
B=37.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962101850.5400.120.18166.8455.8860
Hex60D2B9360C12a7383c
Octal14032227166014222477074
Binary11000001101001010111001110110011001001010100111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,210,185); }

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

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

 a { background-color: rgb(96,210,185); }

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

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

 span { border-color: rgb(96,210,185); }

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