Shades of Downy #5CCFBC
Tints of Downy #5CCFBC
RGB
CMYK
RGB Variations
Color information
#5CCFBC (or 0x5CCFBC) is known color: Downy. HEX triplet: 5C, CF and BC. RGB value is (92,207,188). Sum of RGB (Red+Green+Blue) = 92+207+188=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFBC is #A33043. Grayscale: #AAAAAA. Windows color (decimal): -10694724 or 12373852. OLE color: 12373852.
HSL color Cylindrical-coordinate representation of color #5CCFBC: hue angle of 170.09º 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 #5CCFBC is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 188 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.19 |
| HSL | 170.09º | 0.55% | 0.59% | - |
| HSV(B) | 170.09º | 0.56% | 0.81% | - |
| XYZ | 35.8 | 50.53 | 55.44 | - |
| YUV | 170.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 188 | 0.56 | 0 | 0.09 | 0.19 | 170.09 | 0.55 | 0.59 |
| Hex | 5C | CF | BC | 38 | 0 | 9 | 13 | AA | 37 | 3B |
| Octal | 134 | 317 | 274 | 70 | 0 | 11 | 23 | 252 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10111100 | 111000 | 0 | 1001 | 10011 | 10101010 | 110111 | 111011 |
Color Harmonies of #5CCFBC
Complementary color
Monochromatic Colors of #5CCFBC
Black with #5CCFBC
Text Example
Text Example
White with #5CCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFBC; }
p { color: rgb(92,207,188); }
H1.HeaderClassName
{
color: #5CCFBC;
}
.AnyTagClassName
{
color: #5CCFBC;
}
</style>
background-color css
<style>
a { background-color: #5CCFBC; }
a { background-color: rgb(92,207,188); }
div.DivClassName
{
background-color: #5CCFBC;
}
.BgClassName
{
background-color: #5CCFBC;
}
</style>
border-color css
<style>
span { border-color: #5CCFBC; }
span { border-color: rgb(92,207,188); }
td.TdClassName
{
border-color: #5CCFBC;
}
.TagClassName
{
border-color: #5CCFBC;
}
</style>