Shades of Downy #76DFBD
Tints of Downy #76DFBD
RGB
CMYK
RGB Variations
Color information
#76DFBD (or 0x76DFBD) is known color: Downy. HEX triplet: 76, DF and BD. RGB value is (118,223,189). Sum of RGB (Red+Green+Blue) = 118+223+189=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFBD is #892042. Grayscale: #BBBBBB. Windows color (decimal): -8986691 or 12443510. OLE color: 12443510.
HSL color Cylindrical-coordinate representation of color #76DFBD: hue angle of 160.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFBD is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 189 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.13 |
| HSL | 160.57º | 0.62% | 0.67% | - |
| HSV(B) | 160.57º | 0.47% | 0.87% | - |
| XYZ | 43.04 | 60.3 | 57.51 | - |
| YUV | 187.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 189 | 0.47 | 0 | 0.15 | 0.13 | 160.57 | 0.62 | 0.67 |
| Hex | 76 | DF | BD | 2F | 0 | F | D | A1 | 3E | 43 |
| Octal | 166 | 337 | 275 | 57 | 0 | 17 | 15 | 241 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10111101 | 101111 | 0 | 1111 | 1101 | 10100001 | 111110 | 1000011 |
Color Harmonies of #76DFBD
Complementary color
Monochromatic Colors of #76DFBD
Black with #76DFBD
Text Example
Text Example
White with #76DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFBD; }
p { color: rgb(118,223,189); }
H1.HeaderClassName
{
color: #76DFBD;
}
.AnyTagClassName
{
color: #76DFBD;
}
</style>
background-color css
<style>
a { background-color: #76DFBD; }
a { background-color: rgb(118,223,189); }
div.DivClassName
{
background-color: #76DFBD;
}
.BgClassName
{
background-color: #76DFBD;
}
</style>
border-color css
<style>
span { border-color: #76DFBD; }
span { border-color: rgb(118,223,189); }
td.TdClassName
{
border-color: #76DFBD;
}
.TagClassName
{
border-color: #76DFBD;
}
</style>