Shades of Downy #58CFBC
Tints of Downy #58CFBC
RGB
CMYK
RGB Variations
Color information
#58CFBC (or 0x58CFBC) is known color: Downy. HEX triplet: 58, CF and BC. RGB value is (88,207,188). Sum of RGB (Red+Green+Blue) = 88+207+188=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFBC is #A73043. Grayscale: #A9A9A9. Windows color (decimal): -10956868 or 12373848. OLE color: 12373848.
HSL color Cylindrical-coordinate representation of color #58CFBC: hue angle of 170.42º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFBC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 188 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.19 |
| HSL | 170.42º | 0.55% | 0.58% | - |
| HSV(B) | 170.42º | 0.57% | 0.81% | - |
| XYZ | 35.41 | 50.33 | 55.43 | - |
| YUV | 169.25 | 138.58 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 188 | 0.57 | 0 | 0.09 | 0.19 | 170.42 | 0.55 | 0.58 |
| Hex | 58 | CF | BC | 39 | 0 | 9 | 13 | AA | 37 | 3A |
| Octal | 130 | 317 | 274 | 71 | 0 | 11 | 23 | 252 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10111100 | 111001 | 0 | 1001 | 10011 | 10101010 | 110111 | 111010 |
Color Harmonies of #58CFBC
Complementary color
Monochromatic Colors of #58CFBC
Black with #58CFBC
Text Example
Text Example
White with #58CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFBC; }
p { color: rgb(88,207,188); }
H1.HeaderClassName
{
color: #58CFBC;
}
.AnyTagClassName
{
color: #58CFBC;
}
</style>
background-color css
<style>
a { background-color: #58CFBC; }
a { background-color: rgb(88,207,188); }
div.DivClassName
{
background-color: #58CFBC;
}
.BgClassName
{
background-color: #58CFBC;
}
</style>
border-color css
<style>
span { border-color: #58CFBC; }
span { border-color: rgb(88,207,188); }
td.TdClassName
{
border-color: #58CFBC;
}
.TagClassName
{
border-color: #58CFBC;
}
</style>