Shades of Downy #58DEBE
Tints of Downy #58DEBE
RGB
CMYK
RGB Variations
Color information
#58DEBE (or 0x58DEBE) is known color: Downy. HEX triplet: 58, DE and BE. RGB value is (88,222,190). Sum of RGB (Red+Green+Blue) = 88+222+190=500 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #58DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DEBE is #A72141. Grayscale: #B2B2B2. Windows color (decimal): -10953026 or 12508760. OLE color: 12508760.
HSL color Cylindrical-coordinate representation of color #58DEBE: hue angle of 165.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DEBE is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 222 | 190 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.13 |
| HSL | 165.67º | 0.67% | 0.61% | - |
| HSV(B) | 165.67º | 0.6% | 0.87% | - |
| XYZ | 39.44 | 58.03 | 57.84 | - |
| YUV | 178.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 222 | 190 | 0.60 | 0 | 0.14 | 0.13 | 165.67 | 0.67 | 0.61 |
| Hex | 58 | DE | BE | 3C | 0 | E | D | A6 | 43 | 3D |
| Octal | 130 | 336 | 276 | 74 | 0 | 16 | 15 | 246 | 103 | 75 |
| Binary | 1011000 | 11011110 | 10111110 | 111100 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111101 |
Color Harmonies of #58DEBE
Complementary color
Monochromatic Colors of #58DEBE
Black with #58DEBE
Text Example
Text Example
White with #58DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DEBE; }
p { color: rgb(88,222,190); }
H1.HeaderClassName
{
color: #58DEBE;
}
.AnyTagClassName
{
color: #58DEBE;
}
</style>
background-color css
<style>
a { background-color: #58DEBE; }
a { background-color: rgb(88,222,190); }
div.DivClassName
{
background-color: #58DEBE;
}
.BgClassName
{
background-color: #58DEBE;
}
</style>
border-color css
<style>
span { border-color: #58DEBE; }
span { border-color: rgb(88,222,190); }
td.TdClassName
{
border-color: #58DEBE;
}
.TagClassName
{
border-color: #58DEBE;
}
</style>