Shades of Downy #5CF0BD
Tints of Downy #5CF0BD
RGB
CMYK
RGB Variations
Color information
#5CF0BD (or 0x5CF0BD) is known color: Downy. HEX triplet: 5C, F0 and BD. RGB value is (92,240,189). Sum of RGB (Red+Green+Blue) = 92+240+189=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF0BD is #A30F42. Grayscale: #BDBDBD. Windows color (decimal): -10686275 or 12447836. OLE color: 12447836.
HSL color Cylindrical-coordinate representation of color #5CF0BD: hue angle of 159.32º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF0BD is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 189 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.06 |
| HSL | 159.32º | 0.83% | 0.65% | - |
| HSV(B) | 159.32º | 0.62% | 0.94% | - |
| XYZ | 44.76 | 68.27 | 58.96 | - |
| YUV | 189.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 189 | 0.62 | 0 | 0.21 | 0.06 | 159.32 | 0.83 | 0.65 |
| Hex | 5C | F0 | BD | 3E | 0 | 15 | 6 | 9F | 53 | 41 |
| Octal | 134 | 360 | 275 | 76 | 0 | 25 | 6 | 237 | 123 | 101 |
| Binary | 1011100 | 11110000 | 10111101 | 111110 | 0 | 10101 | 110 | 10011111 | 1010011 | 1000001 |
Color Harmonies of #5CF0BD
Complementary color
Monochromatic Colors of #5CF0BD
Black with #5CF0BD
Text Example
Text Example
White with #5CF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF0BD; }
p { color: rgb(92,240,189); }
H1.HeaderClassName
{
color: #5CF0BD;
}
.AnyTagClassName
{
color: #5CF0BD;
}
</style>
background-color css
<style>
a { background-color: #5CF0BD; }
a { background-color: rgb(92,240,189); }
div.DivClassName
{
background-color: #5CF0BD;
}
.BgClassName
{
background-color: #5CF0BD;
}
</style>
border-color css
<style>
span { border-color: #5CF0BD; }
span { border-color: rgb(92,240,189); }
td.TdClassName
{
border-color: #5CF0BD;
}
.TagClassName
{
border-color: #5CF0BD;
}
</style>