Shades of Downy #76DFBE
Tints of Downy #76DFBE
RGB
CMYK
RGB Variations
Color information
#76DFBE (or 0x76DFBE) is known color: Downy. HEX triplet: 76, DF and BE. RGB value is (118,223,190). Sum of RGB (Red+Green+Blue) = 118+223+190=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFBE is #892041. Grayscale: #BBBBBB. Windows color (decimal): -8986690 or 12509046. OLE color: 12509046.
HSL color Cylindrical-coordinate representation of color #76DFBE: hue angle of 161.14º 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 #76DFBE is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 190 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.13 |
| HSL | 161.14º | 0.62% | 0.67% | - |
| HSV(B) | 161.14º | 0.47% | 0.87% | - |
| XYZ | 43.15 | 60.34 | 58.09 | - |
| YUV | 187.84 | 129.21 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 190 | 0.47 | 0 | 0.15 | 0.13 | 161.14 | 0.62 | 0.67 |
| Hex | 76 | DF | BE | 2F | 0 | F | D | A1 | 3E | 43 |
| Octal | 166 | 337 | 276 | 57 | 0 | 17 | 15 | 241 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10111110 | 101111 | 0 | 1111 | 1101 | 10100001 | 111110 | 1000011 |
Color Harmonies of #76DFBE
Complementary color
Monochromatic Colors of #76DFBE
Black with #76DFBE
Text Example
Text Example
White with #76DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFBE; }
p { color: rgb(118,223,190); }
H1.HeaderClassName
{
color: #76DFBE;
}
.AnyTagClassName
{
color: #76DFBE;
}
</style>
background-color css
<style>
a { background-color: #76DFBE; }
a { background-color: rgb(118,223,190); }
div.DivClassName
{
background-color: #76DFBE;
}
.BgClassName
{
background-color: #76DFBE;
}
</style>
border-color css
<style>
span { border-color: #76DFBE; }
span { border-color: rgb(118,223,190); }
td.TdClassName
{
border-color: #76DFBE;
}
.TagClassName
{
border-color: #76DFBE;
}
</style>