Shades of Aquamarine #7FFAE3
Tints of Aquamarine #7FFAE3
RGB
CMYK
RGB Variations
Color information
#7FFAE3 (or 0x7FFAE3) is known color: Aquamarine. HEX triplet: 7F, FA and E3. RGB value is (127,250,227). Sum of RGB (Red+Green+Blue) = 127+250+227=604 (80% of max value = 765). Red value is 127 (50% from 255 or 21.03% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAE3 is #80051C. Grayscale: #D2D2D2. Windows color (decimal): -8389917 or 14940799. OLE color: 14940799.
HSL color Cylindrical-coordinate representation of color #7FFAE3: hue angle of 168.78º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAE3 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 227 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.02 |
| HSL | 168.78º | 0.92% | 0.74% | - |
| HSV(B) | 168.78º | 0.49% | 0.98% | - |
| XYZ | 56.8 | 78.43 | 84.82 | - |
| YUV | 210.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 227 | 0.49 | 0 | 0.09 | 0.02 | 168.78 | 0.92 | 0.74 |
| Hex | 7F | FA | E3 | 31 | 0 | 9 | 2 | A9 | 5C | 4A |
| Octal | 177 | 372 | 343 | 61 | 0 | 11 | 2 | 251 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11100011 | 110001 | 0 | 1001 | 10 | 10101001 | 1011100 | 1001010 |
Color Harmonies of #7FFAE3
Complementary color
Monochromatic Colors of #7FFAE3
Black with #7FFAE3
Text Example
Text Example
White with #7FFAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAE3; }
p { color: rgb(127,250,227); }
H1.HeaderClassName
{
color: #7FFAE3;
}
.AnyTagClassName
{
color: #7FFAE3;
}
</style>
background-color css
<style>
a { background-color: #7FFAE3; }
a { background-color: rgb(127,250,227); }
div.DivClassName
{
background-color: #7FFAE3;
}
.BgClassName
{
background-color: #7FFAE3;
}
</style>
border-color css
<style>
span { border-color: #7FFAE3; }
span { border-color: rgb(127,250,227); }
td.TdClassName
{
border-color: #7FFAE3;
}
.TagClassName
{
border-color: #7FFAE3;
}
</style>