Shades of Downy #5CE9C4
Tints of Downy #5CE9C4
RGB
CMYK
RGB Variations
Color information
#5CE9C4 (or 0x5CE9C4) is known color: Downy. HEX triplet: 5C, E9 and C4. RGB value is (92,233,196). Sum of RGB (Red+Green+Blue) = 92+233+196=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE9C4 is #A3163B. Grayscale: #BABABA. Windows color (decimal): -10688060 or 12904796. OLE color: 12904796.
HSL color Cylindrical-coordinate representation of color #5CE9C4: hue angle of 164.26º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CE9C4 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 196 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.09 |
| HSL | 164.26º | 0.76% | 0.64% | - |
| HSV(B) | 164.26º | 0.61% | 0.91% | - |
| XYZ | 43.52 | 64.54 | 62.39 | - |
| YUV | 186.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 196 | 0.61 | 0 | 0.16 | 0.09 | 164.26 | 0.76 | 0.64 |
| Hex | 5C | E9 | C4 | 3D | 0 | 10 | 9 | A4 | 4C | 40 |
| Octal | 134 | 351 | 304 | 75 | 0 | 20 | 11 | 244 | 114 | 100 |
| Binary | 1011100 | 11101001 | 11000100 | 111101 | 0 | 10000 | 1001 | 10100100 | 1001100 | 1000000 |
Color Harmonies of #5CE9C4
Complementary color
Monochromatic Colors of #5CE9C4
Black with #5CE9C4
Text Example
Text Example
White with #5CE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE9C4; }
p { color: rgb(92,233,196); }
H1.HeaderClassName
{
color: #5CE9C4;
}
.AnyTagClassName
{
color: #5CE9C4;
}
</style>
background-color css
<style>
a { background-color: #5CE9C4; }
a { background-color: rgb(92,233,196); }
div.DivClassName
{
background-color: #5CE9C4;
}
.BgClassName
{
background-color: #5CE9C4;
}
</style>
border-color css
<style>
span { border-color: #5CE9C4; }
span { border-color: rgb(92,233,196); }
td.TdClassName
{
border-color: #5CE9C4;
}
.TagClassName
{
border-color: #5CE9C4;
}
</style>