Shades of De York #8ACE98
Tints of De York #8ACE98
RGB
CMYK
RGB Variations
Color information
#8ACE98 (or 0x8ACE98) is known color: De York. HEX triplet: 8A, CE and 98. RGB value is (138,206,152). Sum of RGB (Red+Green+Blue) = 138+206+152=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE98 is #753167. Grayscale: #B3B3B3. Windows color (decimal): -7680360 or 10014346. OLE color: 10014346.
HSL color Cylindrical-coordinate representation of color #8ACE98: hue angle of 132.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACE98 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 152 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.19 |
| HSL | 132.35º | 0.41% | 0.67% | - |
| HSV(B) | 132.35º | 0.33% | 0.81% | - |
| XYZ | 38.22 | 51.81 | 37.69 | - |
| YUV | 179.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 152 | 0.33 | 0 | 0.26 | 0.19 | 132.35 | 0.41 | 0.67 |
| Hex | 8A | CE | 98 | 21 | 0 | 1A | 13 | 84 | 29 | 43 |
| Octal | 212 | 316 | 230 | 41 | 0 | 32 | 23 | 204 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10011000 | 100001 | 0 | 11010 | 10011 | 10000100 | 101001 | 1000011 |
Color Harmonies of #8ACE98
Complementary color
Monochromatic Colors of #8ACE98
Black with #8ACE98
Text Example
Text Example
White with #8ACE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE98; }
p { color: rgb(138,206,152); }
H1.HeaderClassName
{
color: #8ACE98;
}
.AnyTagClassName
{
color: #8ACE98;
}
</style>
background-color css
<style>
a { background-color: #8ACE98; }
a { background-color: rgb(138,206,152); }
div.DivClassName
{
background-color: #8ACE98;
}
.BgClassName
{
background-color: #8ACE98;
}
</style>
border-color css
<style>
span { border-color: #8ACE98; }
span { border-color: rgb(138,206,152); }
td.TdClassName
{
border-color: #8ACE98;
}
.TagClassName
{
border-color: #8ACE98;
}
</style>