Shades of Downy #5CCCB8
Tints of Downy #5CCCB8
RGB
CMYK
RGB Variations
Color information
#5CCCB8 (or 0x5CCCB8) is known color: Downy. HEX triplet: 5C, CC and B8. RGB value is (92,204,184). Sum of RGB (Red+Green+Blue) = 92+204+184=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCB8 is #A33347. Grayscale: #A8A8A8. Windows color (decimal): -10695496 or 12110940. OLE color: 12110940.
HSL color Cylindrical-coordinate representation of color #5CCCB8: hue angle of 169.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCB8 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 184 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.2 |
| HSL | 169.29º | 0.52% | 0.58% | - |
| HSV(B) | 169.29º | 0.55% | 0.8% | - |
| XYZ | 34.66 | 48.92 | 52.96 | - |
| YUV | 168.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 184 | 0.55 | 0 | 0.10 | 0.2 | 169.29 | 0.52 | 0.58 |
| Hex | 5C | CC | B8 | 37 | 0 | A | 14 | A9 | 34 | 3A |
| Octal | 134 | 314 | 270 | 67 | 0 | 12 | 24 | 251 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10111000 | 110111 | 0 | 1010 | 10100 | 10101001 | 110100 | 111010 |
Color Harmonies of #5CCCB8
Complementary color
Monochromatic Colors of #5CCCB8
Black with #5CCCB8
Text Example
Text Example
White with #5CCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCB8; }
p { color: rgb(92,204,184); }
H1.HeaderClassName
{
color: #5CCCB8;
}
.AnyTagClassName
{
color: #5CCCB8;
}
</style>
background-color css
<style>
a { background-color: #5CCCB8; }
a { background-color: rgb(92,204,184); }
div.DivClassName
{
background-color: #5CCCB8;
}
.BgClassName
{
background-color: #5CCCB8;
}
</style>
border-color css
<style>
span { border-color: #5CCCB8; }
span { border-color: rgb(92,204,184); }
td.TdClassName
{
border-color: #5CCCB8;
}
.TagClassName
{
border-color: #5CCCB8;
}
</style>