Shades of Aquamarine #7FEED2
Tints of Aquamarine #7FEED2
RGB
CMYK
RGB Variations
Color information
#7FEED2 (or 0x7FEED2) is known color: Aquamarine. HEX triplet: 7F, EE and D2. RGB value is (127,238,210). Sum of RGB (Red+Green+Blue) = 127+238+210=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEED2 is #80112D. Grayscale: #C9C9C9. Windows color (decimal): -8393006 or 13823615. OLE color: 13823615.
HSL color Cylindrical-coordinate representation of color #7FEED2: hue angle of 164.86º 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 #7FEED2 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 210 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.07 |
| HSL | 164.86º | 0.77% | 0.72% | - |
| HSV(B) | 164.86º | 0.47% | 0.93% | - |
| XYZ | 50.96 | 70.31 | 71.86 | - |
| YUV | 201.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 210 | 0.47 | 0 | 0.12 | 0.07 | 164.86 | 0.77 | 0.72 |
| Hex | 7F | EE | D2 | 2F | 0 | C | 7 | A5 | 4D | 48 |
| Octal | 177 | 356 | 322 | 57 | 0 | 14 | 7 | 245 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11010010 | 101111 | 0 | 1100 | 111 | 10100101 | 1001101 | 1001000 |
Color Harmonies of #7FEED2
Complementary color
Monochromatic Colors of #7FEED2
Black with #7FEED2
Text Example
Text Example
White with #7FEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEED2; }
p { color: rgb(127,238,210); }
H1.HeaderClassName
{
color: #7FEED2;
}
.AnyTagClassName
{
color: #7FEED2;
}
</style>
background-color css
<style>
a { background-color: #7FEED2; }
a { background-color: rgb(127,238,210); }
div.DivClassName
{
background-color: #7FEED2;
}
.BgClassName
{
background-color: #7FEED2;
}
</style>
border-color css
<style>
span { border-color: #7FEED2; }
span { border-color: rgb(127,238,210); }
td.TdClassName
{
border-color: #7FEED2;
}
.TagClassName
{
border-color: #7FEED2;
}
</style>