Shades of Downy #5CD2BB
Tints of Downy #5CD2BB
RGB
CMYK
RGB Variations
Color information
#5CD2BB (or 0x5CD2BB) is known color: Downy. HEX triplet: 5C, D2 and BB. RGB value is (92,210,187). Sum of RGB (Red+Green+Blue) = 92+210+187=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD2BB is #A32D44. Grayscale: #ACACAC. Windows color (decimal): -10693957 or 12309084. OLE color: 12309084.
HSL color Cylindrical-coordinate representation of color #5CD2BB: hue angle of 168.31º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD2BB is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 187 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.18 |
| HSL | 168.31º | 0.57% | 0.59% | - |
| HSV(B) | 168.31º | 0.56% | 0.82% | - |
| XYZ | 36.43 | 51.96 | 55.12 | - |
| YUV | 172.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 187 | 0.56 | 0 | 0.11 | 0.18 | 168.31 | 0.57 | 0.59 |
| Hex | 5C | D2 | BB | 38 | 0 | B | 12 | A8 | 39 | 3B |
| Octal | 134 | 322 | 273 | 70 | 0 | 13 | 22 | 250 | 71 | 73 |
| Binary | 1011100 | 11010010 | 10111011 | 111000 | 0 | 1011 | 10010 | 10101000 | 111001 | 111011 |
Color Harmonies of #5CD2BB
Complementary color
Monochromatic Colors of #5CD2BB
Black with #5CD2BB
Text Example
Text Example
White with #5CD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD2BB; }
p { color: rgb(92,210,187); }
H1.HeaderClassName
{
color: #5CD2BB;
}
.AnyTagClassName
{
color: #5CD2BB;
}
</style>
background-color css
<style>
a { background-color: #5CD2BB; }
a { background-color: rgb(92,210,187); }
div.DivClassName
{
background-color: #5CD2BB;
}
.BgClassName
{
background-color: #5CD2BB;
}
</style>
border-color css
<style>
span { border-color: #5CD2BB; }
span { border-color: rgb(92,210,187); }
td.TdClassName
{
border-color: #5CD2BB;
}
.TagClassName
{
border-color: #5CD2BB;
}
</style>