Shades of Downy #77CDC0
Tints of Downy #77CDC0
RGB
CMYK
RGB Variations
Color information
#77CDC0 (or 0x77CDC0) is known color: Downy. HEX triplet: 77, CD and C0. RGB value is (119,205,192). Sum of RGB (Red+Green+Blue) = 119+205+192=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC0 is #88323F. Grayscale: #B1B1B1. Windows color (decimal): -8925760 or 12635511. OLE color: 12635511.
HSL color Cylindrical-coordinate representation of color #77CDC0: hue angle of 170.93º 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 #77CDC0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 192 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.20 |
| HSL | 170.93º | 0.46% | 0.64% | - |
| HSV(B) | 170.93º | 0.42% | 0.8% | - |
| XYZ | 38.95 | 51.39 | 57.74 | - |
| YUV | 177.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 192 | 0.42 | 0 | 0.06 | 0.20 | 170.93 | 0.46 | 0.64 |
| Hex | 77 | CD | C0 | 2A | 0 | 6 | 14 | AB | 2E | 40 |
| Octal | 167 | 315 | 300 | 52 | 0 | 6 | 24 | 253 | 56 | 100 |
| Binary | 1110111 | 11001101 | 11000000 | 101010 | 0 | 110 | 10100 | 10101011 | 101110 | 1000000 |
Color Harmonies of #77CDC0
Complementary color
Monochromatic Colors of #77CDC0
Black with #77CDC0
Text Example
Text Example
White with #77CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDC0; }
p { color: rgb(119,205,192); }
H1.HeaderClassName
{
color: #77CDC0;
}
.AnyTagClassName
{
color: #77CDC0;
}
</style>
background-color css
<style>
a { background-color: #77CDC0; }
a { background-color: rgb(119,205,192); }
div.DivClassName
{
background-color: #77CDC0;
}
.BgClassName
{
background-color: #77CDC0;
}
</style>
border-color css
<style>
span { border-color: #77CDC0; }
span { border-color: rgb(119,205,192); }
td.TdClassName
{
border-color: #77CDC0;
}
.TagClassName
{
border-color: #77CDC0;
}
</style>