Shades of Downy #77ECBA
Tints of Downy #77ECBA
RGB
CMYK
RGB Variations
Color information
#77ECBA (or 0x77ECBA) is known color: Downy. HEX triplet: 77, EC and BA. RGB value is (119,236,186). Sum of RGB (Red+Green+Blue) = 119+236+186=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECBA is #881345. Grayscale: #C3C3C3. Windows color (decimal): -8917830 or 12250231. OLE color: 12250231.
HSL color Cylindrical-coordinate representation of color #77ECBA: hue angle of 154.36º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECBA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 186 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.07 |
| HSL | 154.36º | 0.75% | 0.7% | - |
| HSV(B) | 154.36º | 0.5% | 0.93% | - |
| XYZ | 46.47 | 67.46 | 57.03 | - |
| YUV | 195.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 186 | 0.50 | 0 | 0.21 | 0.07 | 154.36 | 0.75 | 0.7 |
| Hex | 77 | EC | BA | 32 | 0 | 15 | 7 | 9A | 4B | 46 |
| Octal | 167 | 354 | 272 | 62 | 0 | 25 | 7 | 232 | 113 | 106 |
| Binary | 1110111 | 11101100 | 10111010 | 110010 | 0 | 10101 | 111 | 10011010 | 1001011 | 1000110 |
Color Harmonies of #77ECBA
Complementary color
Monochromatic Colors of #77ECBA
Black with #77ECBA
Text Example
Text Example
White with #77ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECBA; }
p { color: rgb(119,236,186); }
H1.HeaderClassName
{
color: #77ECBA;
}
.AnyTagClassName
{
color: #77ECBA;
}
</style>
background-color css
<style>
a { background-color: #77ECBA; }
a { background-color: rgb(119,236,186); }
div.DivClassName
{
background-color: #77ECBA;
}
.BgClassName
{
background-color: #77ECBA;
}
</style>
border-color css
<style>
span { border-color: #77ECBA; }
span { border-color: rgb(119,236,186); }
td.TdClassName
{
border-color: #77ECBA;
}
.TagClassName
{
border-color: #77ECBA;
}
</style>