Shades of Downy #58DFBE
Tints of Downy #58DFBE
RGB
CMYK
RGB Variations
Color information
#58DFBE (or 0x58DFBE) is known color: Downy. HEX triplet: 58, DF and BE. RGB value is (88,223,190). Sum of RGB (Red+Green+Blue) = 88+223+190=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFBE is #A72041. Grayscale: #B2B2B2. Windows color (decimal): -10952770 or 12509016. OLE color: 12509016.
HSL color Cylindrical-coordinate representation of color #58DFBE: hue angle of 165.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DFBE is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 190 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.13 |
| HSL | 165.33º | 0.68% | 0.61% | - |
| HSV(B) | 165.33º | 0.61% | 0.87% | - |
| XYZ | 39.71 | 58.57 | 57.93 | - |
| YUV | 178.87 | 134.27 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 190 | 0.61 | 0 | 0.15 | 0.13 | 165.33 | 0.68 | 0.61 |
| Hex | 58 | DF | BE | 3D | 0 | F | D | A5 | 44 | 3D |
| Octal | 130 | 337 | 276 | 75 | 0 | 17 | 15 | 245 | 104 | 75 |
| Binary | 1011000 | 11011111 | 10111110 | 111101 | 0 | 1111 | 1101 | 10100101 | 1000100 | 111101 |
Color Harmonies of #58DFBE
Complementary color
Monochromatic Colors of #58DFBE
Black with #58DFBE
Text Example
Text Example
White with #58DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFBE; }
p { color: rgb(88,223,190); }
H1.HeaderClassName
{
color: #58DFBE;
}
.AnyTagClassName
{
color: #58DFBE;
}
</style>
background-color css
<style>
a { background-color: #58DFBE; }
a { background-color: rgb(88,223,190); }
div.DivClassName
{
background-color: #58DFBE;
}
.BgClassName
{
background-color: #58DFBE;
}
</style>
border-color css
<style>
span { border-color: #58DFBE; }
span { border-color: rgb(88,223,190); }
td.TdClassName
{
border-color: #58DFBE;
}
.TagClassName
{
border-color: #58DFBE;
}
</style>