Shades of Downy #77E0C5
Tints of Downy #77E0C5
RGB
CMYK
RGB Variations
Color information
#77E0C5 (or 0x77E0C5) is known color: Downy. HEX triplet: 77, E0 and C5. RGB value is (119,224,197). Sum of RGB (Red+Green+Blue) = 119+224+197=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0C5 is #881F3A. Grayscale: #BDBDBD. Windows color (decimal): -8920891 or 12968055. OLE color: 12968055.
HSL color Cylindrical-coordinate representation of color #77E0C5: hue angle of 164.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0C5 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 224 | 197 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.12 |
| HSL | 164.57º | 0.63% | 0.67% | - |
| HSV(B) | 164.57º | 0.47% | 0.88% | - |
| XYZ | 44.34 | 61.26 | 62.31 | - |
| YUV | 189.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 224 | 197 | 0.47 | 0 | 0.12 | 0.12 | 164.57 | 0.63 | 0.67 |
| Hex | 77 | E0 | C5 | 2F | 0 | C | C | A5 | 3F | 43 |
| Octal | 167 | 340 | 305 | 57 | 0 | 14 | 14 | 245 | 77 | 103 |
| Binary | 1110111 | 11100000 | 11000101 | 101111 | 0 | 1100 | 1100 | 10100101 | 111111 | 1000011 |
Color Harmonies of #77E0C5
Complementary color
Monochromatic Colors of #77E0C5
Black with #77E0C5
Text Example
Text Example
White with #77E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E0C5; }
p { color: rgb(119,224,197); }
H1.HeaderClassName
{
color: #77E0C5;
}
.AnyTagClassName
{
color: #77E0C5;
}
</style>
background-color css
<style>
a { background-color: #77E0C5; }
a { background-color: rgb(119,224,197); }
div.DivClassName
{
background-color: #77E0C5;
}
.BgClassName
{
background-color: #77E0C5;
}
</style>
border-color css
<style>
span { border-color: #77E0C5; }
span { border-color: rgb(119,224,197); }
td.TdClassName
{
border-color: #77E0C5;
}
.TagClassName
{
border-color: #77E0C5;
}
</style>