Shades of Aquamarine #7FEED1
Tints of Aquamarine #7FEED1
RGB
CMYK
RGB Variations
Color information
#7FEED1 (or 0x7FEED1) is known color: Aquamarine. HEX triplet: 7F, EE and D1. RGB value is (127,238,209). Sum of RGB (Red+Green+Blue) = 127+238+209=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEED1 is #80112E. Grayscale: #C9C9C9. Windows color (decimal): -8393007 or 13758079. OLE color: 13758079.
HSL color Cylindrical-coordinate representation of color #7FEED1: hue angle of 164.32º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEED1 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 209 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.07 |
| HSL | 164.32º | 0.77% | 0.72% | - |
| HSV(B) | 164.32º | 0.47% | 0.93% | - |
| XYZ | 50.84 | 70.26 | 71.2 | - |
| YUV | 201.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 209 | 0.47 | 0 | 0.12 | 0.07 | 164.32 | 0.77 | 0.72 |
| Hex | 7F | EE | D1 | 2F | 0 | C | 7 | A4 | 4D | 48 |
| Octal | 177 | 356 | 321 | 57 | 0 | 14 | 7 | 244 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11010001 | 101111 | 0 | 1100 | 111 | 10100100 | 1001101 | 1001000 |
Color Harmonies of #7FEED1
Complementary color
Monochromatic Colors of #7FEED1
Black with #7FEED1
Text Example
Text Example
White with #7FEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEED1; }
p { color: rgb(127,238,209); }
H1.HeaderClassName
{
color: #7FEED1;
}
.AnyTagClassName
{
color: #7FEED1;
}
</style>
background-color css
<style>
a { background-color: #7FEED1; }
a { background-color: rgb(127,238,209); }
div.DivClassName
{
background-color: #7FEED1;
}
.BgClassName
{
background-color: #7FEED1;
}
</style>
border-color css
<style>
span { border-color: #7FEED1; }
span { border-color: rgb(127,238,209); }
td.TdClassName
{
border-color: #7FEED1;
}
.TagClassName
{
border-color: #7FEED1;
}
</style>