Shades of Aquamarine #7FEED0
Tints of Aquamarine #7FEED0
RGB
CMYK
RGB Variations
Color information
#7FEED0 (or 0x7FEED0) is known color: Aquamarine. HEX triplet: 7F, EE and D0. RGB value is (127,238,208). Sum of RGB (Red+Green+Blue) = 127+238+208=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEED0 is #80112F. Grayscale: #C9C9C9. Windows color (decimal): -8393008 or 13692543. OLE color: 13692543.
HSL color Cylindrical-coordinate representation of color #7FEED0: hue angle of 163.78º 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 #7FEED0 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 208 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.07 |
| HSL | 163.78º | 0.77% | 0.72% | - |
| HSV(B) | 163.78º | 0.47% | 0.93% | - |
| XYZ | 50.71 | 70.22 | 70.55 | - |
| YUV | 201.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 208 | 0.47 | 0 | 0.13 | 0.07 | 163.78 | 0.77 | 0.72 |
| Hex | 7F | EE | D0 | 2F | 0 | D | 7 | A4 | 4D | 48 |
| Octal | 177 | 356 | 320 | 57 | 0 | 15 | 7 | 244 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11010000 | 101111 | 0 | 1101 | 111 | 10100100 | 1001101 | 1001000 |
Color Harmonies of #7FEED0
Complementary color
Monochromatic Colors of #7FEED0
Black with #7FEED0
Text Example
Text Example
White with #7FEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEED0; }
p { color: rgb(127,238,208); }
H1.HeaderClassName
{
color: #7FEED0;
}
.AnyTagClassName
{
color: #7FEED0;
}
</style>
background-color css
<style>
a { background-color: #7FEED0; }
a { background-color: rgb(127,238,208); }
div.DivClassName
{
background-color: #7FEED0;
}
.BgClassName
{
background-color: #7FEED0;
}
</style>
border-color css
<style>
span { border-color: #7FEED0; }
span { border-color: rgb(127,238,208); }
td.TdClassName
{
border-color: #7FEED0;
}
.TagClassName
{
border-color: #7FEED0;
}
</style>