#60D3B7

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

Shades of Downy #60D3B7

Tints of Downy #60D3B7

Color information

#60D3B7 (or 0x60D3B7) is unknown color: approx Downy. HEX triplet: 60, D3 and B7. RGB value is (96,211,183). Sum of RGB (Red+Green+Blue) = 96+211+183=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #60D3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D3B7 is #9F2C48. Grayscale: #ADADAD. Windows color (decimal): -10431561 or 12047200. OLE color: 12047200.

HSL color Cylindrical-coordinate representation of color #60D3B7: hue angle of 165.39º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D3B7 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB96211183-
CMYK0.5500.130.17
HSL165.39º56.65%60.2%-
HSV(B)165.39º54.5%82.75%-
XYZ36.6752.4953-
YUV173.42133.472.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.59%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=19.59%
G=43.06%
B=37.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal962111830.5500.130.17165.3956.6560.2
Hex60D3B7370D11a5393c
Octal14032326767015212457174
Binary11000001101001110110111110111011011000110100101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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