Shades of De York #8AD892
Tints of De York #8AD892
RGB
CMYK
RGB Variations
Color information
#8AD892 (or 0x8AD892) is known color: De York. HEX triplet: 8A, D8 and 92. RGB value is (138,216,146). Sum of RGB (Red+Green+Blue) = 138+216+146=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD892 is #75276D. Grayscale: #B8B8B8. Windows color (decimal): -7677806 or 9623690. OLE color: 9623690.
HSL color Cylindrical-coordinate representation of color #8AD892: hue angle of 126.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD892 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 146 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.15 |
| HSL | 126.15º | 0.5% | 0.69% | - |
| HSV(B) | 126.15º | 0.36% | 0.85% | - |
| XYZ | 40.23 | 56.59 | 36 | - |
| YUV | 184.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 146 | 0.36 | 0 | 0.32 | 0.15 | 126.15 | 0.5 | 0.69 |
| Hex | 8A | D8 | 92 | 24 | 0 | 20 | F | 7E | 32 | 45 |
| Octal | 212 | 330 | 222 | 44 | 0 | 40 | 17 | 176 | 62 | 105 |
| Binary | 10001010 | 11011000 | 10010010 | 100100 | 0 | 100000 | 1111 | 1111110 | 110010 | 1000101 |
Color Harmonies of #8AD892
Complementary color
Monochromatic Colors of #8AD892
Black with #8AD892
Text Example
Text Example
White with #8AD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD892; }
p { color: rgb(138,216,146); }
H1.HeaderClassName
{
color: #8AD892;
}
.AnyTagClassName
{
color: #8AD892;
}
</style>
background-color css
<style>
a { background-color: #8AD892; }
a { background-color: rgb(138,216,146); }
div.DivClassName
{
background-color: #8AD892;
}
.BgClassName
{
background-color: #8AD892;
}
</style>
border-color css
<style>
span { border-color: #8AD892; }
span { border-color: rgb(138,216,146); }
td.TdClassName
{
border-color: #8AD892;
}
.TagClassName
{
border-color: #8AD892;
}
</style>