Shades of Downy #76D0CD
Tints of Downy #76D0CD
RGB
CMYK
RGB Variations
Color information
#76D0CD (or 0x76D0CD) is known color: Downy. HEX triplet: 76, D0 and CD. RGB value is (118,208,205). Sum of RGB (Red+Green+Blue) = 118+208+205=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D0CD is #892F32. Grayscale: #B4B4B4. Windows color (decimal): -8990515 or 13488246. OLE color: 13488246.
HSL color Cylindrical-coordinate representation of color #76D0CD: hue angle of 178º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0CD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 205 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.18 |
| HSL | 178º | 0.49% | 0.64% | - |
| HSV(B) | 178º | 0.43% | 0.82% | - |
| XYZ | 41.05 | 53.37 | 65.9 | - |
| YUV | 180.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 205 | 0.43 | 0 | 0.01 | 0.18 | 178 | 0.49 | 0.64 |
| Hex | 76 | D0 | CD | 2B | 0 | 1 | 12 | B2 | 31 | 40 |
| Octal | 166 | 320 | 315 | 53 | 0 | 1 | 22 | 262 | 61 | 100 |
| Binary | 1110110 | 11010000 | 11001101 | 101011 | 0 | 1 | 10010 | 10110010 | 110001 | 1000000 |
Color Harmonies of #76D0CD
Complementary color
Monochromatic Colors of #76D0CD
Black with #76D0CD
Text Example
Text Example
White with #76D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0CD; }
p { color: rgb(118,208,205); }
H1.HeaderClassName
{
color: #76D0CD;
}
.AnyTagClassName
{
color: #76D0CD;
}
</style>
background-color css
<style>
a { background-color: #76D0CD; }
a { background-color: rgb(118,208,205); }
div.DivClassName
{
background-color: #76D0CD;
}
.BgClassName
{
background-color: #76D0CD;
}
</style>
border-color css
<style>
span { border-color: #76D0CD; }
span { border-color: rgb(118,208,205); }
td.TdClassName
{
border-color: #76D0CD;
}
.TagClassName
{
border-color: #76D0CD;
}
</style>