Shades of Downy #5CCFBD
Tints of Downy #5CCFBD
RGB
CMYK
RGB Variations
Color information
#5CCFBD (or 0x5CCFBD) is known color: Downy. HEX triplet: 5C, CF and BD. RGB value is (92,207,189). Sum of RGB (Red+Green+Blue) = 92+207+189=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFBD is #A33042. Grayscale: #AAAAAA. Windows color (decimal): -10694723 or 12439388. OLE color: 12439388.
HSL color Cylindrical-coordinate representation of color #5CCFBD: hue angle of 170.61º 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 #5CCFBD is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 189 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.19 |
| HSL | 170.61º | 0.55% | 0.59% | - |
| HSV(B) | 170.61º | 0.56% | 0.81% | - |
| XYZ | 35.91 | 50.58 | 56.01 | - |
| YUV | 170.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 189 | 0.56 | 0 | 0.09 | 0.19 | 170.61 | 0.55 | 0.59 |
| Hex | 5C | CF | BD | 38 | 0 | 9 | 13 | AB | 37 | 3B |
| Octal | 134 | 317 | 275 | 70 | 0 | 11 | 23 | 253 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10111101 | 111000 | 0 | 1001 | 10011 | 10101011 | 110111 | 111011 |
Color Harmonies of #5CCFBD
Complementary color
Monochromatic Colors of #5CCFBD
Black with #5CCFBD
Text Example
Text Example
White with #5CCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFBD; }
p { color: rgb(92,207,189); }
H1.HeaderClassName
{
color: #5CCFBD;
}
.AnyTagClassName
{
color: #5CCFBD;
}
</style>
background-color css
<style>
a { background-color: #5CCFBD; }
a { background-color: rgb(92,207,189); }
div.DivClassName
{
background-color: #5CCFBD;
}
.BgClassName
{
background-color: #5CCFBD;
}
</style>
border-color css
<style>
span { border-color: #5CCFBD; }
span { border-color: rgb(92,207,189); }
td.TdClassName
{
border-color: #5CCFBD;
}
.TagClassName
{
border-color: #5CCFBD;
}
</style>