Shades of De York #7ACE91
Tints of De York #7ACE91
RGB
CMYK
RGB Variations
Color information
#7ACE91 (or 0x7ACE91) is known color: De York. HEX triplet: 7A, CE and 91. RGB value is (122,206,145). Sum of RGB (Red+Green+Blue) = 122+206+145=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE91 is #85316E. Grayscale: #AEAEAE. Windows color (decimal): -8728943 or 9555578. OLE color: 9555578.
HSL color Cylindrical-coordinate representation of color #7ACE91: hue angle of 136.43º 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 #7ACE91 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 145 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.19 |
| HSL | 136.43º | 0.46% | 0.64% | - |
| HSV(B) | 136.43º | 0.41% | 0.81% | - |
| XYZ | 35.21 | 50.32 | 34.65 | - |
| YUV | 173.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 145 | 0.41 | 0 | 0.30 | 0.19 | 136.43 | 0.46 | 0.64 |
| Hex | 7A | CE | 91 | 29 | 0 | 1E | 13 | 88 | 2E | 40 |
| Octal | 172 | 316 | 221 | 51 | 0 | 36 | 23 | 210 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10010001 | 101001 | 0 | 11110 | 10011 | 10001000 | 101110 | 1000000 |
Color Harmonies of #7ACE91
Complementary color
Monochromatic Colors of #7ACE91
Black with #7ACE91
Text Example
Text Example
White with #7ACE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE91; }
p { color: rgb(122,206,145); }
H1.HeaderClassName
{
color: #7ACE91;
}
.AnyTagClassName
{
color: #7ACE91;
}
</style>
background-color css
<style>
a { background-color: #7ACE91; }
a { background-color: rgb(122,206,145); }
div.DivClassName
{
background-color: #7ACE91;
}
.BgClassName
{
background-color: #7ACE91;
}
</style>
border-color css
<style>
span { border-color: #7ACE91; }
span { border-color: rgb(122,206,145); }
td.TdClassName
{
border-color: #7ACE91;
}
.TagClassName
{
border-color: #7ACE91;
}
</style>