Shades of Downy #77DDBF
Tints of Downy #77DDBF
RGB
CMYK
RGB Variations
Color information
#77DDBF (or 0x77DDBF) is known color: Downy. HEX triplet: 77, DD and BF. RGB value is (119,221,191). Sum of RGB (Red+Green+Blue) = 119+221+191=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDBF is #882240. Grayscale: #BBBBBB. Windows color (decimal): -8921665 or 12574071. OLE color: 12574071.
HSL color Cylindrical-coordinate representation of color #77DDBF: hue angle of 162.35º 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 #77DDBF is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 191 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.13 |
| HSL | 162.35º | 0.6% | 0.67% | - |
| HSV(B) | 162.35º | 0.46% | 0.87% | - |
| XYZ | 42.87 | 59.4 | 58.5 | - |
| YUV | 187.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 191 | 0.46 | 0 | 0.14 | 0.13 | 162.35 | 0.6 | 0.67 |
| Hex | 77 | DD | BF | 2E | 0 | E | D | A2 | 3C | 43 |
| Octal | 167 | 335 | 277 | 56 | 0 | 16 | 15 | 242 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10111111 | 101110 | 0 | 1110 | 1101 | 10100010 | 111100 | 1000011 |
Color Harmonies of #77DDBF
Complementary color
Monochromatic Colors of #77DDBF
Black with #77DDBF
Text Example
Text Example
White with #77DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDBF; }
p { color: rgb(119,221,191); }
H1.HeaderClassName
{
color: #77DDBF;
}
.AnyTagClassName
{
color: #77DDBF;
}
</style>
background-color css
<style>
a { background-color: #77DDBF; }
a { background-color: rgb(119,221,191); }
div.DivClassName
{
background-color: #77DDBF;
}
.BgClassName
{
background-color: #77DDBF;
}
</style>
border-color css
<style>
span { border-color: #77DDBF; }
span { border-color: rgb(119,221,191); }
td.TdClassName
{
border-color: #77DDBF;
}
.TagClassName
{
border-color: #77DDBF;
}
</style>