#60DEBB

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

Shades of Downy #60DEBB

Tints of Downy #60DEBB

Color information

#60DEBB (or 0x60DEBB) is unknown color: approx Downy. HEX triplet: 60, DE and BB. RGB value is (96,222,187). Sum of RGB (Red+Green+Blue) = 96+222+187=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEBB is #9F2144. Grayscale: #B4B4B4. Windows color (decimal): -10428741 or 12312160. OLE color: 12312160.

HSL color Cylindrical-coordinate representation of color #60DEBB: hue angle of 163.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEBB is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB96222187-
CMYK0.5700.160.13
HSL163.33º65.62%62.35%-
HSV(B)163.33º56.76%87.06%-
XYZ39.9158.3256.17-
YUV180.34131.7667.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.01%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=19.01%
G=43.96%
B=37.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962221870.5700.160.13163.3365.6262.35
Hex60DEBB39010Da3423e
Octal140336273710201524310276
Binary110000011011110101110111110010100001101101000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,222,187); }

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

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

 a { background-color: rgb(96,222,187); }

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

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

 span { border-color: rgb(96,222,187); }

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