Shades of Downy #77D3CA
Tints of Downy #77D3CA
RGB
CMYK
RGB Variations
Color information
#77D3CA (or 0x77D3CA) is known color: Downy. HEX triplet: 77, D3 and CA. RGB value is (119,211,202). Sum of RGB (Red+Green+Blue) = 119+211+202=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #77D3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D3CA is #882C35. Grayscale: #B6B6B6. Windows color (decimal): -8924214 or 13292407. OLE color: 13292407.
HSL color Cylindrical-coordinate representation of color #77D3CA: hue angle of 174.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D3CA is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 211 | 202 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.17 |
| HSL | 174.13º | 0.51% | 0.65% | - |
| HSV(B) | 174.13º | 0.44% | 0.83% | - |
| XYZ | 41.56 | 54.77 | 64.26 | - |
| YUV | 182.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 202 | 0.44 | 0 | 0.04 | 0.17 | 174.13 | 0.51 | 0.65 |
| Hex | 77 | D3 | CA | 2C | 0 | 4 | 11 | AE | 33 | 41 |
| Octal | 167 | 323 | 312 | 54 | 0 | 4 | 21 | 256 | 63 | 101 |
| Binary | 1110111 | 11010011 | 11001010 | 101100 | 0 | 100 | 10001 | 10101110 | 110011 | 1000001 |
Color Harmonies of #77D3CA
Complementary color
Monochromatic Colors of #77D3CA
Black with #77D3CA
Text Example
Text Example
White with #77D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D3CA; }
p { color: rgb(119,211,202); }
H1.HeaderClassName
{
color: #77D3CA;
}
.AnyTagClassName
{
color: #77D3CA;
}
</style>
background-color css
<style>
a { background-color: #77D3CA; }
a { background-color: rgb(119,211,202); }
div.DivClassName
{
background-color: #77D3CA;
}
.BgClassName
{
background-color: #77D3CA;
}
</style>
border-color css
<style>
span { border-color: #77D3CA; }
span { border-color: rgb(119,211,202); }
td.TdClassName
{
border-color: #77D3CA;
}
.TagClassName
{
border-color: #77D3CA;
}
</style>