Shades of De York #82BE88
Tints of De York #82BE88
RGB
CMYK
RGB Variations
Color information
#82BE88 (or 0x82BE88) is known color: De York. HEX triplet: 82, BE and 88. RGB value is (130,190,136). Sum of RGB (Red+Green+Blue) = 130+190+136=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE88 is #7D4177. Grayscale: #A6A6A6. Windows color (decimal): -8208760 or 8961666. OLE color: 8961666.
HSL color Cylindrical-coordinate representation of color #82BE88: hue angle of 126º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BE88 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 136 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.25 |
| HSL | 126º | 0.32% | 0.63% | - |
| HSV(B) | 126º | 0.32% | 0.75% | - |
| XYZ | 32.06 | 43.35 | 29.97 | - |
| YUV | 165.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 136 | 0.32 | 0 | 0.28 | 0.25 | 126 | 0.32 | 0.63 |
| Hex | 82 | BE | 88 | 20 | 0 | 1C | 19 | 7E | 20 | 3F |
| Octal | 202 | 276 | 210 | 40 | 0 | 34 | 31 | 176 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10001000 | 100000 | 0 | 11100 | 11001 | 1111110 | 100000 | 111111 |
Color Harmonies of #82BE88
Complementary color
Monochromatic Colors of #82BE88
Black with #82BE88
Text Example
Text Example
White with #82BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE88; }
p { color: rgb(130,190,136); }
H1.HeaderClassName
{
color: #82BE88;
}
.AnyTagClassName
{
color: #82BE88;
}
</style>
background-color css
<style>
a { background-color: #82BE88; }
a { background-color: rgb(130,190,136); }
div.DivClassName
{
background-color: #82BE88;
}
.BgClassName
{
background-color: #82BE88;
}
</style>
border-color css
<style>
span { border-color: #82BE88; }
span { border-color: rgb(130,190,136); }
td.TdClassName
{
border-color: #82BE88;
}
.TagClassName
{
border-color: #82BE88;
}
</style>