Shades of De York #86CA88
Tints of De York #86CA88
RGB
CMYK
RGB Variations
Color information
#86CA88 (or 0x86CA88) is known color: De York. HEX triplet: 86, CA and 88. RGB value is (134,202,136). Sum of RGB (Red+Green+Blue) = 134+202+136=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA88 is #793577. Grayscale: #AEAEAE. Windows color (decimal): -7943544 or 8964742. OLE color: 8964742.
HSL color Cylindrical-coordinate representation of color #86CA88: hue angle of 121.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA88 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 136 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.21 |
| HSL | 121.76º | 0.39% | 0.66% | - |
| HSV(B) | 121.76º | 0.34% | 0.79% | - |
| XYZ | 35.4 | 49.09 | 30.9 | - |
| YUV | 174.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 136 | 0.34 | 0 | 0.33 | 0.21 | 121.76 | 0.39 | 0.66 |
| Hex | 86 | CA | 88 | 22 | 0 | 21 | 15 | 7A | 27 | 42 |
| Octal | 206 | 312 | 210 | 42 | 0 | 41 | 25 | 172 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10001000 | 100010 | 0 | 100001 | 10101 | 1111010 | 100111 | 1000010 |
Color Harmonies of #86CA88
Complementary color
Monochromatic Colors of #86CA88
Black with #86CA88
Text Example
Text Example
White with #86CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA88; }
p { color: rgb(134,202,136); }
H1.HeaderClassName
{
color: #86CA88;
}
.AnyTagClassName
{
color: #86CA88;
}
</style>
background-color css
<style>
a { background-color: #86CA88; }
a { background-color: rgb(134,202,136); }
div.DivClassName
{
background-color: #86CA88;
}
.BgClassName
{
background-color: #86CA88;
}
</style>
border-color css
<style>
span { border-color: #86CA88; }
span { border-color: rgb(134,202,136); }
td.TdClassName
{
border-color: #86CA88;
}
.TagClassName
{
border-color: #86CA88;
}
</style>