Shades of Downy #5CCFC0
Tints of Downy #5CCFC0
RGB
CMYK
RGB Variations
Color information
#5CCFC0 (or 0x5CCFC0) is known color: Downy. HEX triplet: 5C, CF and C0. RGB value is (92,207,192). Sum of RGB (Red+Green+Blue) = 92+207+192=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFC0 is #A3303F. Grayscale: #AAAAAA. Windows color (decimal): -10694720 or 12635996. OLE color: 12635996.
HSL color Cylindrical-coordinate representation of color #5CCFC0: hue angle of 172.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFC0 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 192 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.19 |
| HSL | 172.17º | 0.55% | 0.59% | - |
| HSV(B) | 172.17º | 0.56% | 0.81% | - |
| XYZ | 36.24 | 50.71 | 57.75 | - |
| YUV | 170.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 192 | 0.56 | 0 | 0.07 | 0.19 | 172.17 | 0.55 | 0.59 |
| Hex | 5C | CF | C0 | 38 | 0 | 7 | 13 | AC | 37 | 3B |
| Octal | 134 | 317 | 300 | 70 | 0 | 7 | 23 | 254 | 67 | 73 |
| Binary | 1011100 | 11001111 | 11000000 | 111000 | 0 | 111 | 10011 | 10101100 | 110111 | 111011 |
Color Harmonies of #5CCFC0
Complementary color
Monochromatic Colors of #5CCFC0
Black with #5CCFC0
Text Example
Text Example
White with #5CCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFC0; }
p { color: rgb(92,207,192); }
H1.HeaderClassName
{
color: #5CCFC0;
}
.AnyTagClassName
{
color: #5CCFC0;
}
</style>
background-color css
<style>
a { background-color: #5CCFC0; }
a { background-color: rgb(92,207,192); }
div.DivClassName
{
background-color: #5CCFC0;
}
.BgClassName
{
background-color: #5CCFC0;
}
</style>
border-color css
<style>
span { border-color: #5CCFC0; }
span { border-color: rgb(92,207,192); }
td.TdClassName
{
border-color: #5CCFC0;
}
.TagClassName
{
border-color: #5CCFC0;
}
</style>