Shades of De York #8AC988
Tints of De York #8AC988
RGB
CMYK
RGB Variations
Color information
#8AC988 (or 0x8AC988) is known color: De York. HEX triplet: 8A, C9 and 88. RGB value is (138,201,136). Sum of RGB (Red+Green+Blue) = 138+201+136=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC988 is #753677. Grayscale: #AEAEAE. Windows color (decimal): -7681656 or 8964490. OLE color: 8964490.
HSL color Cylindrical-coordinate representation of color #8AC988: hue angle of 118.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC988 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 136 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.21 |
| HSL | 118.15º | 0.38% | 0.66% | - |
| HSV(B) | 118.15º | 0.32% | 0.79% | - |
| XYZ | 35.81 | 48.95 | 30.85 | - |
| YUV | 174.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 136 | 0.31 | 0 | 0.32 | 0.21 | 118.15 | 0.38 | 0.66 |
| Hex | 8A | C9 | 88 | 1F | 0 | 20 | 15 | 76 | 26 | 42 |
| Octal | 212 | 311 | 210 | 37 | 0 | 40 | 25 | 166 | 46 | 102 |
| Binary | 10001010 | 11001001 | 10001000 | 11111 | 0 | 100000 | 10101 | 1110110 | 100110 | 1000010 |
Color Harmonies of #8AC988
Complementary color
Monochromatic Colors of #8AC988
Black with #8AC988
Text Example
Text Example
White with #8AC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC988; }
p { color: rgb(138,201,136); }
H1.HeaderClassName
{
color: #8AC988;
}
.AnyTagClassName
{
color: #8AC988;
}
</style>
background-color css
<style>
a { background-color: #8AC988; }
a { background-color: rgb(138,201,136); }
div.DivClassName
{
background-color: #8AC988;
}
.BgClassName
{
background-color: #8AC988;
}
</style>
border-color css
<style>
span { border-color: #8AC988; }
span { border-color: rgb(138,201,136); }
td.TdClassName
{
border-color: #8AC988;
}
.TagClassName
{
border-color: #8AC988;
}
</style>