Shades of Downy #77DEC9
Tints of Downy #77DEC9
RGB
CMYK
RGB Variations
Color information
#77DEC9 (or 0x77DEC9) is known color: Downy. HEX triplet: 77, DE and C9. RGB value is (119,222,201). Sum of RGB (Red+Green+Blue) = 119+222+201=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEC9 is #882136. Grayscale: #BCBCBC. Windows color (decimal): -8921399 or 13229687. OLE color: 13229687.
HSL color Cylindrical-coordinate representation of color #77DEC9: hue angle of 167.77º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DEC9 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 201 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.13 |
| HSL | 167.77º | 0.61% | 0.67% | - |
| HSV(B) | 167.77º | 0.46% | 0.87% | - |
| XYZ | 44.27 | 60.38 | 64.58 | - |
| YUV | 188.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 201 | 0.46 | 0 | 0.09 | 0.13 | 167.77 | 0.61 | 0.67 |
| Hex | 77 | DE | C9 | 2E | 0 | 9 | D | A8 | 3D | 43 |
| Octal | 167 | 336 | 311 | 56 | 0 | 11 | 15 | 250 | 75 | 103 |
| Binary | 1110111 | 11011110 | 11001001 | 101110 | 0 | 1001 | 1101 | 10101000 | 111101 | 1000011 |
Color Harmonies of #77DEC9
Complementary color
Monochromatic Colors of #77DEC9
Black with #77DEC9
Text Example
Text Example
White with #77DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DEC9; }
p { color: rgb(119,222,201); }
H1.HeaderClassName
{
color: #77DEC9;
}
.AnyTagClassName
{
color: #77DEC9;
}
</style>
background-color css
<style>
a { background-color: #77DEC9; }
a { background-color: rgb(119,222,201); }
div.DivClassName
{
background-color: #77DEC9;
}
.BgClassName
{
background-color: #77DEC9;
}
</style>
border-color css
<style>
span { border-color: #77DEC9; }
span { border-color: rgb(119,222,201); }
td.TdClassName
{
border-color: #77DEC9;
}
.TagClassName
{
border-color: #77DEC9;
}
</style>