Shades of De York #7ACE88
Tints of De York #7ACE88
RGB
CMYK
RGB Variations
Color information
#7ACE88 (or 0x7ACE88) is known color: De York. HEX triplet: 7A, CE and 88. RGB value is (122,206,136). Sum of RGB (Red+Green+Blue) = 122+206+136=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE88 is #853177. Grayscale: #ADADAD. Windows color (decimal): -8728952 or 8965754. OLE color: 8965754.
HSL color Cylindrical-coordinate representation of color #7ACE88: hue angle of 130º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACE88 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 136 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.19 |
| HSL | 130º | 0.46% | 0.64% | - |
| HSV(B) | 130º | 0.41% | 0.81% | - |
| XYZ | 34.54 | 50.06 | 31.13 | - |
| YUV | 172.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 136 | 0.41 | 0 | 0.34 | 0.19 | 130 | 0.46 | 0.64 |
| Hex | 7A | CE | 88 | 29 | 0 | 22 | 13 | 82 | 2E | 40 |
| Octal | 172 | 316 | 210 | 51 | 0 | 42 | 23 | 202 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10001000 | 101001 | 0 | 100010 | 10011 | 10000010 | 101110 | 1000000 |
Color Harmonies of #7ACE88
Complementary color
Monochromatic Colors of #7ACE88
Black with #7ACE88
Text Example
Text Example
White with #7ACE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE88; }
p { color: rgb(122,206,136); }
H1.HeaderClassName
{
color: #7ACE88;
}
.AnyTagClassName
{
color: #7ACE88;
}
</style>
background-color css
<style>
a { background-color: #7ACE88; }
a { background-color: rgb(122,206,136); }
div.DivClassName
{
background-color: #7ACE88;
}
.BgClassName
{
background-color: #7ACE88;
}
</style>
border-color css
<style>
span { border-color: #7ACE88; }
span { border-color: rgb(122,206,136); }
td.TdClassName
{
border-color: #7ACE88;
}
.TagClassName
{
border-color: #7ACE88;
}
</style>