Shades of Downy #5CCCBE
Tints of Downy #5CCCBE
RGB
CMYK
RGB Variations
Color information
#5CCCBE (or 0x5CCCBE) is known color: Downy. HEX triplet: 5C, CC and BE. RGB value is (92,204,190). Sum of RGB (Red+Green+Blue) = 92+204+190=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCBE is #A33341. Grayscale: #A8A8A8. Windows color (decimal): -10695490 or 12504156. OLE color: 12504156.
HSL color Cylindrical-coordinate representation of color #5CCCBE: hue angle of 172.5º 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 #5CCCBE is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 190 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.2 |
| HSL | 172.5º | 0.52% | 0.58% | - |
| HSV(B) | 172.5º | 0.55% | 0.8% | - |
| XYZ | 35.3 | 49.18 | 56.35 | - |
| YUV | 168.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 190 | 0.55 | 0 | 0.07 | 0.2 | 172.5 | 0.52 | 0.58 |
| Hex | 5C | CC | BE | 37 | 0 | 7 | 14 | AC | 34 | 3A |
| Octal | 134 | 314 | 276 | 67 | 0 | 7 | 24 | 254 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10111110 | 110111 | 0 | 111 | 10100 | 10101100 | 110100 | 111010 |
Color Harmonies of #5CCCBE
Complementary color
Monochromatic Colors of #5CCCBE
Black with #5CCCBE
Text Example
Text Example
White with #5CCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCBE; }
p { color: rgb(92,204,190); }
H1.HeaderClassName
{
color: #5CCCBE;
}
.AnyTagClassName
{
color: #5CCCBE;
}
</style>
background-color css
<style>
a { background-color: #5CCCBE; }
a { background-color: rgb(92,204,190); }
div.DivClassName
{
background-color: #5CCCBE;
}
.BgClassName
{
background-color: #5CCCBE;
}
</style>
border-color css
<style>
span { border-color: #5CCCBE; }
span { border-color: rgb(92,204,190); }
td.TdClassName
{
border-color: #5CCCBE;
}
.TagClassName
{
border-color: #5CCCBE;
}
</style>