#60D1B7

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

Shades of Downy #60D1B7

Tints of Downy #60D1B7

Color information

#60D1B7 (or 0x60D1B7) is unknown color: approx Downy. HEX triplet: 60, D1 and B7. RGB value is (96,209,183). Sum of RGB (Red+Green+Blue) = 96+209+183=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1B7 is #9F2E48. Grayscale: #ACACAC. Windows color (decimal): -10432073 or 12046688. OLE color: 12046688.

HSL color Cylindrical-coordinate representation of color #60D1B7: hue angle of 166.19º degrees, saturation: 0.55, 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 #60D1B7 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB96209183-
CMYK0.5400.120.18
HSL166.19º55.12%59.8%-
HSV(B)166.19º54.07%81.96%-
XYZ36.1751.5152.84-
YUV172.25134.0673.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 209 (82.03% from 255) = 42.83%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=19.67%
G=42.83%
B=37.5%

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
Decimal962091830.5400.120.18166.1955.1259.8
Hex60D1B7360C12a6373c
Octal14032126766014222466774
Binary11000001101000110110111110110011001001010100110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,209,183); }

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

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

 a { background-color: rgb(96,209,183); }

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

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

 span { border-color: rgb(96,209,183); }

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