Shades of Downy #76DFB5
Tints of Downy #76DFB5
RGB
CMYK
RGB Variations
Color information
#76DFB5 (or 0x76DFB5) is known color: Downy. HEX triplet: 76, DF and B5. RGB value is (118,223,181). Sum of RGB (Red+Green+Blue) = 118+223+181=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFB5 is #89204A. Grayscale: #BABABA. Windows color (decimal): -8986699 or 11919222. OLE color: 11919222.
HSL color Cylindrical-coordinate representation of color #76DFB5: hue angle of 156º 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 #76DFB5 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 181 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.13 |
| HSL | 156º | 0.62% | 0.67% | - |
| HSV(B) | 156º | 0.47% | 0.87% | - |
| XYZ | 42.2 | 59.96 | 53.07 | - |
| YUV | 186.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 181 | 0.47 | 0 | 0.19 | 0.13 | 156 | 0.62 | 0.67 |
| Hex | 76 | DF | B5 | 2F | 0 | 13 | D | 9C | 3E | 43 |
| Octal | 166 | 337 | 265 | 57 | 0 | 23 | 15 | 234 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10110101 | 101111 | 0 | 10011 | 1101 | 10011100 | 111110 | 1000011 |
Color Harmonies of #76DFB5
Complementary color
Monochromatic Colors of #76DFB5
Black with #76DFB5
Text Example
Text Example
White with #76DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFB5; }
p { color: rgb(118,223,181); }
H1.HeaderClassName
{
color: #76DFB5;
}
.AnyTagClassName
{
color: #76DFB5;
}
</style>
background-color css
<style>
a { background-color: #76DFB5; }
a { background-color: rgb(118,223,181); }
div.DivClassName
{
background-color: #76DFB5;
}
.BgClassName
{
background-color: #76DFB5;
}
</style>
border-color css
<style>
span { border-color: #76DFB5; }
span { border-color: rgb(118,223,181); }
td.TdClassName
{
border-color: #76DFB5;
}
.TagClassName
{
border-color: #76DFB5;
}
</style>