#60DABA

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

Shades of Downy #60DABA

Tints of Downy #60DABA

Color information

#60DABA (or 0x60DABA) is unknown color: approx Downy. HEX triplet: 60, DA and BA. RGB value is (96,218,186). Sum of RGB (Red+Green+Blue) = 96+218+186=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #60DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DABA is #9F2545. Grayscale: #B1B1B1. Windows color (decimal): -10429766 or 12245600. OLE color: 12245600.

HSL color Cylindrical-coordinate representation of color #60DABA: hue angle of 164.26º 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 #60DABA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB96218186-
CMYK0.5600.150.15
HSL164.26º62.24%61.57%-
HSV(B)164.26º55.96%85.49%-
XYZ38.7656.1755.25-
YUV177.87132.5869.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.2%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=19.2%
G=43.6%
B=37.2%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181860.5600.150.15164.2662.2461.57
Hex60DABA380FFa43e3e
Octal14033227270017172447676
Binary1100000110110101011101011100001111111110100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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