Shades of Downy #5CCFC1
Tints of Downy #5CCFC1
RGB
CMYK
RGB Variations
Color information
#5CCFC1 (or 0x5CCFC1) is known color: Downy. HEX triplet: 5C, CF and C1. RGB value is (92,207,193). Sum of RGB (Red+Green+Blue) = 92+207+193=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFC1 is #A3303E. Grayscale: #AAAAAA. Windows color (decimal): -10694719 or 12701532. OLE color: 12701532.
HSL color Cylindrical-coordinate representation of color #5CCFC1: hue angle of 172.7º 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 #5CCFC1 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 193 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.19 |
| HSL | 172.7º | 0.55% | 0.59% | - |
| HSV(B) | 172.7º | 0.56% | 0.81% | - |
| XYZ | 36.35 | 50.75 | 58.33 | - |
| YUV | 171.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 193 | 0.56 | 0 | 0.07 | 0.19 | 172.7 | 0.55 | 0.59 |
| Hex | 5C | CF | C1 | 38 | 0 | 7 | 13 | AD | 37 | 3B |
| Octal | 134 | 317 | 301 | 70 | 0 | 7 | 23 | 255 | 67 | 73 |
| Binary | 1011100 | 11001111 | 11000001 | 111000 | 0 | 111 | 10011 | 10101101 | 110111 | 111011 |
Color Harmonies of #5CCFC1
Complementary color
Monochromatic Colors of #5CCFC1
Black with #5CCFC1
Text Example
Text Example
White with #5CCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFC1; }
p { color: rgb(92,207,193); }
H1.HeaderClassName
{
color: #5CCFC1;
}
.AnyTagClassName
{
color: #5CCFC1;
}
</style>
background-color css
<style>
a { background-color: #5CCFC1; }
a { background-color: rgb(92,207,193); }
div.DivClassName
{
background-color: #5CCFC1;
}
.BgClassName
{
background-color: #5CCFC1;
}
</style>
border-color css
<style>
span { border-color: #5CCFC1; }
span { border-color: rgb(92,207,193); }
td.TdClassName
{
border-color: #5CCFC1;
}
.TagClassName
{
border-color: #5CCFC1;
}
</style>