Shades of Downy #76D8BD
Tints of Downy #76D8BD
RGB
CMYK
RGB Variations
Color information
#76D8BD (or 0x76D8BD) is known color: Downy. HEX triplet: 76, D8 and BD. RGB value is (118,216,189). Sum of RGB (Red+Green+Blue) = 118+216+189=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D8BD is #892742. Grayscale: #B7B7B7. Windows color (decimal): -8988483 or 12441718. OLE color: 12441718.
HSL color Cylindrical-coordinate representation of color #76D8BD: hue angle of 163.47º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8BD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 189 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.15 |
| HSL | 163.47º | 0.56% | 0.65% | - |
| HSV(B) | 163.47º | 0.45% | 0.85% | - |
| XYZ | 41.21 | 56.64 | 56.9 | - |
| YUV | 183.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 189 | 0.45 | 0 | 0.12 | 0.15 | 163.47 | 0.56 | 0.65 |
| Hex | 76 | D8 | BD | 2D | 0 | C | F | A3 | 38 | 41 |
| Octal | 166 | 330 | 275 | 55 | 0 | 14 | 17 | 243 | 70 | 101 |
| Binary | 1110110 | 11011000 | 10111101 | 101101 | 0 | 1100 | 1111 | 10100011 | 111000 | 1000001 |
Color Harmonies of #76D8BD
Complementary color
Monochromatic Colors of #76D8BD
Black with #76D8BD
Text Example
Text Example
White with #76D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D8BD; }
p { color: rgb(118,216,189); }
H1.HeaderClassName
{
color: #76D8BD;
}
.AnyTagClassName
{
color: #76D8BD;
}
</style>
background-color css
<style>
a { background-color: #76D8BD; }
a { background-color: rgb(118,216,189); }
div.DivClassName
{
background-color: #76D8BD;
}
.BgClassName
{
background-color: #76D8BD;
}
</style>
border-color css
<style>
span { border-color: #76D8BD; }
span { border-color: rgb(118,216,189); }
td.TdClassName
{
border-color: #76D8BD;
}
.TagClassName
{
border-color: #76D8BD;
}
</style>