Shades of Downy #77CDBC
Tints of Downy #77CDBC
RGB
CMYK
RGB Variations
Color information
#77CDBC (or 0x77CDBC) is known color: Downy. HEX triplet: 77, CD and BC. RGB value is (119,205,188). Sum of RGB (Red+Green+Blue) = 119+205+188=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDBC is #883243. Grayscale: #B1B1B1. Windows color (decimal): -8925764 or 12373367. OLE color: 12373367.
HSL color Cylindrical-coordinate representation of color #77CDBC: hue angle of 168.14º 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 #77CDBC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 188 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.20 |
| HSL | 168.14º | 0.46% | 0.64% | - |
| HSV(B) | 168.14º | 0.42% | 0.8% | - |
| XYZ | 38.52 | 51.22 | 55.43 | - |
| YUV | 177.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 188 | 0.42 | 0 | 0.08 | 0.20 | 168.14 | 0.46 | 0.64 |
| Hex | 77 | CD | BC | 2A | 0 | 8 | 14 | A8 | 2E | 40 |
| Octal | 167 | 315 | 274 | 52 | 0 | 10 | 24 | 250 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10111100 | 101010 | 0 | 1000 | 10100 | 10101000 | 101110 | 1000000 |
Color Harmonies of #77CDBC
Complementary color
Monochromatic Colors of #77CDBC
Black with #77CDBC
Text Example
Text Example
White with #77CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDBC; }
p { color: rgb(119,205,188); }
H1.HeaderClassName
{
color: #77CDBC;
}
.AnyTagClassName
{
color: #77CDBC;
}
</style>
background-color css
<style>
a { background-color: #77CDBC; }
a { background-color: rgb(119,205,188); }
div.DivClassName
{
background-color: #77CDBC;
}
.BgClassName
{
background-color: #77CDBC;
}
</style>
border-color css
<style>
span { border-color: #77CDBC; }
span { border-color: rgb(119,205,188); }
td.TdClassName
{
border-color: #77CDBC;
}
.TagClassName
{
border-color: #77CDBC;
}
</style>