Shades of Downy #76D7CC
Tints of Downy #76D7CC
RGB
CMYK
RGB Variations
Color information
#76D7CC (or 0x76D7CC) is known color: Downy. HEX triplet: 76, D7 and CC. RGB value is (118,215,204). Sum of RGB (Red+Green+Blue) = 118+215+204=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7CC is #892833. Grayscale: #B8B8B8. Windows color (decimal): -8988724 or 13424502. OLE color: 13424502.
HSL color Cylindrical-coordinate representation of color #76D7CC: hue angle of 173.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D7CC is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 215 | 204 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.16 |
| HSL | 173.2º | 0.55% | 0.65% | - |
| HSV(B) | 173.2º | 0.45% | 0.84% | - |
| XYZ | 42.67 | 56.81 | 65.84 | - |
| YUV | 184.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 204 | 0.45 | 0 | 0.05 | 0.16 | 173.2 | 0.55 | 0.65 |
| Hex | 76 | D7 | CC | 2D | 0 | 5 | 10 | AD | 37 | 41 |
| Octal | 166 | 327 | 314 | 55 | 0 | 5 | 20 | 255 | 67 | 101 |
| Binary | 1110110 | 11010111 | 11001100 | 101101 | 0 | 101 | 10000 | 10101101 | 110111 | 1000001 |
Color Harmonies of #76D7CC
Complementary color
Monochromatic Colors of #76D7CC
Black with #76D7CC
Text Example
Text Example
White with #76D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D7CC; }
p { color: rgb(118,215,204); }
H1.HeaderClassName
{
color: #76D7CC;
}
.AnyTagClassName
{
color: #76D7CC;
}
</style>
background-color css
<style>
a { background-color: #76D7CC; }
a { background-color: rgb(118,215,204); }
div.DivClassName
{
background-color: #76D7CC;
}
.BgClassName
{
background-color: #76D7CC;
}
</style>
border-color css
<style>
span { border-color: #76D7CC; }
span { border-color: rgb(118,215,204); }
td.TdClassName
{
border-color: #76D7CC;
}
.TagClassName
{
border-color: #76D7CC;
}
</style>