Shades of De York #80B87E
Tints of De York #80B87E
RGB
CMYK
RGB Variations
Color information
#80B87E (or 0x80B87E) is known color: De York. HEX triplet: 80, B8 and 7E. RGB value is (128,184,126). Sum of RGB (Red+Green+Blue) = 128+184+126=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #80B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B87E is #7F4781. Grayscale: #A0A0A0. Windows color (decimal): -8341378 or 8304768. OLE color: 8304768.
HSL color Cylindrical-coordinate representation of color #80B87E: hue angle of 117.93º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B87E is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 126 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.28 |
| HSL | 117.93º | 0.29% | 0.61% | - |
| HSV(B) | 117.93º | 0.32% | 0.72% | - |
| XYZ | 29.81 | 40.38 | 25.96 | - |
| YUV | 160.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 126 | 0.30 | 0 | 0.32 | 0.28 | 117.93 | 0.29 | 0.61 |
| Hex | 80 | B8 | 7E | 1E | 0 | 20 | 1C | 76 | 1D | 3D |
| Octal | 200 | 270 | 176 | 36 | 0 | 40 | 34 | 166 | 35 | 75 |
| Binary | 10000000 | 10111000 | 1111110 | 11110 | 0 | 100000 | 11100 | 1110110 | 11101 | 111101 |
Color Harmonies of #80B87E
Complementary color
Monochromatic Colors of #80B87E
Black with #80B87E
Text Example
Text Example
White with #80B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B87E; }
p { color: rgb(128,184,126); }
H1.HeaderClassName
{
color: #80B87E;
}
.AnyTagClassName
{
color: #80B87E;
}
</style>
background-color css
<style>
a { background-color: #80B87E; }
a { background-color: rgb(128,184,126); }
div.DivClassName
{
background-color: #80B87E;
}
.BgClassName
{
background-color: #80B87E;
}
</style>
border-color css
<style>
span { border-color: #80B87E; }
span { border-color: rgb(128,184,126); }
td.TdClassName
{
border-color: #80B87E;
}
.TagClassName
{
border-color: #80B87E;
}
</style>