Shades of De York #8AD888
Tints of De York #8AD888
RGB
CMYK
RGB Variations
Color information
#8AD888 (or 0x8AD888) is known color: De York. HEX triplet: 8A, D8 and 88. RGB value is (138,216,136). Sum of RGB (Red+Green+Blue) = 138+216+136=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD888 is #752777. Grayscale: #B7B7B7. Windows color (decimal): -7677816 or 8968330. OLE color: 8968330.
HSL color Cylindrical-coordinate representation of color #8AD888: hue angle of 118.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD888 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 136 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.15 |
| HSL | 118.5º | 0.51% | 0.69% | - |
| HSV(B) | 118.5º | 0.37% | 0.85% | - |
| XYZ | 39.48 | 56.29 | 32.08 | - |
| YUV | 183.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 136 | 0.36 | 0 | 0.37 | 0.15 | 118.5 | 0.51 | 0.69 |
| Hex | 8A | D8 | 88 | 24 | 0 | 25 | F | 76 | 33 | 45 |
| Octal | 212 | 330 | 210 | 44 | 0 | 45 | 17 | 166 | 63 | 105 |
| Binary | 10001010 | 11011000 | 10001000 | 100100 | 0 | 100101 | 1111 | 1110110 | 110011 | 1000101 |
Color Harmonies of #8AD888
Complementary color
Monochromatic Colors of #8AD888
Black with #8AD888
Text Example
Text Example
White with #8AD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD888; }
p { color: rgb(138,216,136); }
H1.HeaderClassName
{
color: #8AD888;
}
.AnyTagClassName
{
color: #8AD888;
}
</style>
background-color css
<style>
a { background-color: #8AD888; }
a { background-color: rgb(138,216,136); }
div.DivClassName
{
background-color: #8AD888;
}
.BgClassName
{
background-color: #8AD888;
}
</style>
border-color css
<style>
span { border-color: #8AD888; }
span { border-color: rgb(138,216,136); }
td.TdClassName
{
border-color: #8AD888;
}
.TagClassName
{
border-color: #8AD888;
}
</style>