Shades of De York #8AC588
Tints of De York #8AC588
RGB
CMYK
RGB Variations
Color information
#8AC588 (or 0x8AC588) is known color: De York. HEX triplet: 8A, C5 and 88. RGB value is (138,197,136). Sum of RGB (Red+Green+Blue) = 138+197+136=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC588 is #753A77. Grayscale: #ACACAC. Windows color (decimal): -7682680 or 8963466. OLE color: 8963466.
HSL color Cylindrical-coordinate representation of color #8AC588: hue angle of 118.03º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC588 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 136 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.23 |
| HSL | 118.03º | 0.34% | 0.65% | - |
| HSV(B) | 118.03º | 0.31% | 0.77% | - |
| XYZ | 34.89 | 47.11 | 30.55 | - |
| YUV | 172.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 136 | 0.30 | 0 | 0.31 | 0.23 | 118.03 | 0.34 | 0.65 |
| Hex | 8A | C5 | 88 | 1E | 0 | 1F | 17 | 76 | 22 | 41 |
| Octal | 212 | 305 | 210 | 36 | 0 | 37 | 27 | 166 | 42 | 101 |
| Binary | 10001010 | 11000101 | 10001000 | 11110 | 0 | 11111 | 10111 | 1110110 | 100010 | 1000001 |
Color Harmonies of #8AC588
Complementary color
Monochromatic Colors of #8AC588
Black with #8AC588
Text Example
Text Example
White with #8AC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC588; }
p { color: rgb(138,197,136); }
H1.HeaderClassName
{
color: #8AC588;
}
.AnyTagClassName
{
color: #8AC588;
}
</style>
background-color css
<style>
a { background-color: #8AC588; }
a { background-color: rgb(138,197,136); }
div.DivClassName
{
background-color: #8AC588;
}
.BgClassName
{
background-color: #8AC588;
}
</style>
border-color css
<style>
span { border-color: #8AC588; }
span { border-color: rgb(138,197,136); }
td.TdClassName
{
border-color: #8AC588;
}
.TagClassName
{
border-color: #8AC588;
}
</style>