Shades of Downy #76DCBD
Tints of Downy #76DCBD
RGB
CMYK
RGB Variations
Color information
#76DCBD (or 0x76DCBD) is known color: Downy. HEX triplet: 76, DC and BD. RGB value is (118,220,189). Sum of RGB (Red+Green+Blue) = 118+220+189=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCBD is #892342. Grayscale: #B9B9B9. Windows color (decimal): -8987459 or 12442742. OLE color: 12442742.
HSL color Cylindrical-coordinate representation of color #76DCBD: hue angle of 161.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCBD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 189 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.14 |
| HSL | 161.76º | 0.59% | 0.66% | - |
| HSV(B) | 161.76º | 0.46% | 0.86% | - |
| XYZ | 42.25 | 58.71 | 57.25 | - |
| YUV | 185.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 189 | 0.46 | 0 | 0.14 | 0.14 | 161.76 | 0.59 | 0.66 |
| Hex | 76 | DC | BD | 2E | 0 | E | E | A2 | 3B | 42 |
| Octal | 166 | 334 | 275 | 56 | 0 | 16 | 16 | 242 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10111101 | 101110 | 0 | 1110 | 1110 | 10100010 | 111011 | 1000010 |
Color Harmonies of #76DCBD
Complementary color
Monochromatic Colors of #76DCBD
Black with #76DCBD
Text Example
Text Example
White with #76DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCBD; }
p { color: rgb(118,220,189); }
H1.HeaderClassName
{
color: #76DCBD;
}
.AnyTagClassName
{
color: #76DCBD;
}
</style>
background-color css
<style>
a { background-color: #76DCBD; }
a { background-color: rgb(118,220,189); }
div.DivClassName
{
background-color: #76DCBD;
}
.BgClassName
{
background-color: #76DCBD;
}
</style>
border-color css
<style>
span { border-color: #76DCBD; }
span { border-color: rgb(118,220,189); }
td.TdClassName
{
border-color: #76DCBD;
}
.TagClassName
{
border-color: #76DCBD;
}
</style>