Shades of De York #88CA96
Tints of De York #88CA96
RGB
CMYK
RGB Variations
Color information
#88CA96 (or 0x88CA96) is known color: De York. HEX triplet: 88, CA and 96. RGB value is (136,202,150). Sum of RGB (Red+Green+Blue) = 136+202+150=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA96 is #773569. Grayscale: #B0B0B0. Windows color (decimal): -7812458 or 9882248. OLE color: 9882248.
HSL color Cylindrical-coordinate representation of color #88CA96: hue angle of 132.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CA96 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 150 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.21 |
| HSL | 132.73º | 0.38% | 0.66% | - |
| HSV(B) | 132.73º | 0.33% | 0.79% | - |
| XYZ | 36.78 | 49.68 | 36.5 | - |
| YUV | 176.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 150 | 0.33 | 0 | 0.26 | 0.21 | 132.73 | 0.38 | 0.66 |
| Hex | 88 | CA | 96 | 21 | 0 | 1A | 15 | 85 | 26 | 42 |
| Octal | 210 | 312 | 226 | 41 | 0 | 32 | 25 | 205 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10010110 | 100001 | 0 | 11010 | 10101 | 10000101 | 100110 | 1000010 |
Color Harmonies of #88CA96
Complementary color
Monochromatic Colors of #88CA96
Black with #88CA96
Text Example
Text Example
White with #88CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA96; }
p { color: rgb(136,202,150); }
H1.HeaderClassName
{
color: #88CA96;
}
.AnyTagClassName
{
color: #88CA96;
}
</style>
background-color css
<style>
a { background-color: #88CA96; }
a { background-color: rgb(136,202,150); }
div.DivClassName
{
background-color: #88CA96;
}
.BgClassName
{
background-color: #88CA96;
}
</style>
border-color css
<style>
span { border-color: #88CA96; }
span { border-color: rgb(136,202,150); }
td.TdClassName
{
border-color: #88CA96;
}
.TagClassName
{
border-color: #88CA96;
}
</style>