Shades of Downy #77CDBA
Tints of Downy #77CDBA
RGB
CMYK
RGB Variations
Color information
#77CDBA (or 0x77CDBA) is known color: Downy. HEX triplet: 77, CD and BA. RGB value is (119,205,186). Sum of RGB (Red+Green+Blue) = 119+205+186=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDBA is #883245. Grayscale: #B1B1B1. Windows color (decimal): -8925766 or 12242295. OLE color: 12242295.
HSL color Cylindrical-coordinate representation of color #77CDBA: hue angle of 166.74º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDBA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 186 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.20 |
| HSL | 166.74º | 0.46% | 0.64% | - |
| HSV(B) | 166.74º | 0.42% | 0.8% | - |
| XYZ | 38.3 | 51.13 | 54.3 | - |
| YUV | 177.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 186 | 0.42 | 0 | 0.09 | 0.20 | 166.74 | 0.46 | 0.64 |
| Hex | 77 | CD | BA | 2A | 0 | 9 | 14 | A7 | 2E | 40 |
| Octal | 167 | 315 | 272 | 52 | 0 | 11 | 24 | 247 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10111010 | 101010 | 0 | 1001 | 10100 | 10100111 | 101110 | 1000000 |
Color Harmonies of #77CDBA
Complementary color
Monochromatic Colors of #77CDBA
Black with #77CDBA
Text Example
Text Example
White with #77CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDBA; }
p { color: rgb(119,205,186); }
H1.HeaderClassName
{
color: #77CDBA;
}
.AnyTagClassName
{
color: #77CDBA;
}
</style>
background-color css
<style>
a { background-color: #77CDBA; }
a { background-color: rgb(119,205,186); }
div.DivClassName
{
background-color: #77CDBA;
}
.BgClassName
{
background-color: #77CDBA;
}
</style>
border-color css
<style>
span { border-color: #77CDBA; }
span { border-color: rgb(119,205,186); }
td.TdClassName
{
border-color: #77CDBA;
}
.TagClassName
{
border-color: #77CDBA;
}
</style>