Shades of Downy #76CDBC
Tints of Downy #76CDBC
RGB
CMYK
RGB Variations
Color information
#76CDBC (or 0x76CDBC) is known color: Downy. HEX triplet: 76, CD and BC. RGB value is (118,205,188). Sum of RGB (Red+Green+Blue) = 118+205+188=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDBC is #893243. Grayscale: #B1B1B1. Windows color (decimal): -8991300 or 12373366. OLE color: 12373366.
HSL color Cylindrical-coordinate representation of color #76CDBC: hue angle of 168.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDBC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 188 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.20 |
| HSL | 168.28º | 0.47% | 0.63% | - |
| HSV(B) | 168.28º | 0.42% | 0.8% | - |
| XYZ | 38.38 | 51.15 | 55.43 | - |
| YUV | 177.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 188 | 0.42 | 0 | 0.08 | 0.20 | 168.28 | 0.47 | 0.63 |
| Hex | 76 | CD | BC | 2A | 0 | 8 | 14 | A8 | 2F | 3F |
| Octal | 166 | 315 | 274 | 52 | 0 | 10 | 24 | 250 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10111100 | 101010 | 0 | 1000 | 10100 | 10101000 | 101111 | 111111 |
Color Harmonies of #76CDBC
Complementary color
Monochromatic Colors of #76CDBC
Black with #76CDBC
Text Example
Text Example
White with #76CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDBC; }
p { color: rgb(118,205,188); }
H1.HeaderClassName
{
color: #76CDBC;
}
.AnyTagClassName
{
color: #76CDBC;
}
</style>
background-color css
<style>
a { background-color: #76CDBC; }
a { background-color: rgb(118,205,188); }
div.DivClassName
{
background-color: #76CDBC;
}
.BgClassName
{
background-color: #76CDBC;
}
</style>
border-color css
<style>
span { border-color: #76CDBC; }
span { border-color: rgb(118,205,188); }
td.TdClassName
{
border-color: #76CDBC;
}
.TagClassName
{
border-color: #76CDBC;
}
</style>