#60DABC

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

Shades of Downy #60DABC

Tints of Downy #60DABC

Color information

#60DABC (or 0x60DABC) is unknown color: approx Downy. HEX triplet: 60, DA and BC. RGB value is (96,218,188). Sum of RGB (Red+Green+Blue) = 96+218+188=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #60DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DABC is #9F2543. Grayscale: #B2B2B2. Windows color (decimal): -10429764 or 12376672. OLE color: 12376672.

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

Color convert

RGB96218188-
CMYK0.5600.140.15
HSL165.25º62.24%61.57%-
HSV(B)165.25º55.96%85.49%-
XYZ38.9756.2656.38-
YUV178.1133.5869.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.12%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=19.12%
G=43.43%
B=37.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181880.5600.140.15165.2562.2461.57
Hex60DABC380EFa53e3e
Octal14033227470016172457676
Binary1100000110110101011110011100001110111110100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,218,188); }

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

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

 a { background-color: rgb(96,218,188); }

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

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

 span { border-color: rgb(96,218,188); }

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