Shades of De York #7EC188
Tints of De York #7EC188
RGB
CMYK
RGB Variations
Color information
#7EC188 (or 0x7EC188) is known color: De York. HEX triplet: 7E, C1 and 88. RGB value is (126,193,136). Sum of RGB (Red+Green+Blue) = 126+193+136=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC188 is #813E77. Grayscale: #A6A6A6. Windows color (decimal): -8470136 or 8962430. OLE color: 8962430.
HSL color Cylindrical-coordinate representation of color #7EC188: hue angle of 128.96º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC188 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 136 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.24 |
| HSL | 128.96º | 0.35% | 0.63% | - |
| HSV(B) | 128.96º | 0.35% | 0.76% | - |
| XYZ | 32.12 | 44.35 | 30.16 | - |
| YUV | 166.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 136 | 0.35 | 0 | 0.30 | 0.24 | 128.96 | 0.35 | 0.63 |
| Hex | 7E | C1 | 88 | 23 | 0 | 1E | 18 | 81 | 23 | 3F |
| Octal | 176 | 301 | 210 | 43 | 0 | 36 | 30 | 201 | 43 | 77 |
| Binary | 1111110 | 11000001 | 10001000 | 100011 | 0 | 11110 | 11000 | 10000001 | 100011 | 111111 |
Color Harmonies of #7EC188
Complementary color
Monochromatic Colors of #7EC188
Black with #7EC188
Text Example
Text Example
White with #7EC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC188; }
p { color: rgb(126,193,136); }
H1.HeaderClassName
{
color: #7EC188;
}
.AnyTagClassName
{
color: #7EC188;
}
</style>
background-color css
<style>
a { background-color: #7EC188; }
a { background-color: rgb(126,193,136); }
div.DivClassName
{
background-color: #7EC188;
}
.BgClassName
{
background-color: #7EC188;
}
</style>
border-color css
<style>
span { border-color: #7EC188; }
span { border-color: rgb(126,193,136); }
td.TdClassName
{
border-color: #7EC188;
}
.TagClassName
{
border-color: #7EC188;
}
</style>