Shades of Downy #77DDC9
Tints of Downy #77DDC9
RGB
CMYK
RGB Variations
Color information
#77DDC9 (or 0x77DDC9) is known color: Downy. HEX triplet: 77, DD and C9. RGB value is (119,221,201). Sum of RGB (Red+Green+Blue) = 119+221+201=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDC9 is #882236. Grayscale: #BCBCBC. Windows color (decimal): -8921655 or 13229431. OLE color: 13229431.
HSL color Cylindrical-coordinate representation of color #77DDC9: hue angle of 168.24º degrees, saturation: 0.6, 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 #77DDC9 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 201 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.13 |
| HSL | 168.24º | 0.6% | 0.67% | - |
| HSV(B) | 168.24º | 0.46% | 0.87% | - |
| XYZ | 44.01 | 59.85 | 64.49 | - |
| YUV | 188.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 201 | 0.46 | 0 | 0.09 | 0.13 | 168.24 | 0.6 | 0.67 |
| Hex | 77 | DD | C9 | 2E | 0 | 9 | D | A8 | 3C | 43 |
| Octal | 167 | 335 | 311 | 56 | 0 | 11 | 15 | 250 | 74 | 103 |
| Binary | 1110111 | 11011101 | 11001001 | 101110 | 0 | 1001 | 1101 | 10101000 | 111100 | 1000011 |
Color Harmonies of #77DDC9
Complementary color
Monochromatic Colors of #77DDC9
Black with #77DDC9
Text Example
Text Example
White with #77DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDC9; }
p { color: rgb(119,221,201); }
H1.HeaderClassName
{
color: #77DDC9;
}
.AnyTagClassName
{
color: #77DDC9;
}
</style>
background-color css
<style>
a { background-color: #77DDC9; }
a { background-color: rgb(119,221,201); }
div.DivClassName
{
background-color: #77DDC9;
}
.BgClassName
{
background-color: #77DDC9;
}
</style>
border-color css
<style>
span { border-color: #77DDC9; }
span { border-color: rgb(119,221,201); }
td.TdClassName
{
border-color: #77DDC9;
}
.TagClassName
{
border-color: #77DDC9;
}
</style>