Shades of Downy #77DCBC
Tints of Downy #77DCBC
RGB
CMYK
RGB Variations
Color information
#77DCBC (or 0x77DCBC) is known color: Downy. HEX triplet: 77, DC and BC. RGB value is (119,220,188). Sum of RGB (Red+Green+Blue) = 119+220+188=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCBC is #882343. Grayscale: #BABABA. Windows color (decimal): -8921924 or 12377207. OLE color: 12377207.
HSL color Cylindrical-coordinate representation of color #77DCBC: hue angle of 160.99º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCBC is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 188 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.14 |
| HSL | 160.99º | 0.59% | 0.66% | - |
| HSV(B) | 160.99º | 0.46% | 0.86% | - |
| XYZ | 42.28 | 58.74 | 56.69 | - |
| YUV | 186.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 188 | 0.46 | 0 | 0.15 | 0.14 | 160.99 | 0.59 | 0.66 |
| Hex | 77 | DC | BC | 2E | 0 | F | E | A1 | 3B | 42 |
| Octal | 167 | 334 | 274 | 56 | 0 | 17 | 16 | 241 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10111100 | 101110 | 0 | 1111 | 1110 | 10100001 | 111011 | 1000010 |
Color Harmonies of #77DCBC
Complementary color
Monochromatic Colors of #77DCBC
Black with #77DCBC
Text Example
Text Example
White with #77DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCBC; }
p { color: rgb(119,220,188); }
H1.HeaderClassName
{
color: #77DCBC;
}
.AnyTagClassName
{
color: #77DCBC;
}
</style>
background-color css
<style>
a { background-color: #77DCBC; }
a { background-color: rgb(119,220,188); }
div.DivClassName
{
background-color: #77DCBC;
}
.BgClassName
{
background-color: #77DCBC;
}
</style>
border-color css
<style>
span { border-color: #77DCBC; }
span { border-color: rgb(119,220,188); }
td.TdClassName
{
border-color: #77DCBC;
}
.TagClassName
{
border-color: #77DCBC;
}
</style>