Shades of Aquamarine #7FFAE4
Tints of Aquamarine #7FFAE4
RGB
CMYK
RGB Variations
Color information
#7FFAE4 (or 0x7FFAE4) is known color: Aquamarine. HEX triplet: 7F, FA and E4. RGB value is (127,250,228). Sum of RGB (Red+Green+Blue) = 127+250+228=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAE4 is #80051B. Grayscale: #D2D2D2. Windows color (decimal): -8389916 or 15006335. OLE color: 15006335.
HSL color Cylindrical-coordinate representation of color #7FFAE4: hue angle of 169.27º 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 #7FFAE4 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 228 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.02 |
| HSL | 169.27º | 0.92% | 0.74% | - |
| HSV(B) | 169.27º | 0.49% | 0.98% | - |
| XYZ | 56.94 | 78.48 | 85.55 | - |
| YUV | 210.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 228 | 0.49 | 0 | 0.09 | 0.02 | 169.27 | 0.92 | 0.74 |
| Hex | 7F | FA | E4 | 31 | 0 | 9 | 2 | A9 | 5C | 4A |
| Octal | 177 | 372 | 344 | 61 | 0 | 11 | 2 | 251 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11100100 | 110001 | 0 | 1001 | 10 | 10101001 | 1011100 | 1001010 |
Color Harmonies of #7FFAE4
Complementary color
Monochromatic Colors of #7FFAE4
Black with #7FFAE4
Text Example
Text Example
White with #7FFAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAE4; }
p { color: rgb(127,250,228); }
H1.HeaderClassName
{
color: #7FFAE4;
}
.AnyTagClassName
{
color: #7FFAE4;
}
</style>
background-color css
<style>
a { background-color: #7FFAE4; }
a { background-color: rgb(127,250,228); }
div.DivClassName
{
background-color: #7FFAE4;
}
.BgClassName
{
background-color: #7FFAE4;
}
</style>
border-color css
<style>
span { border-color: #7FFAE4; }
span { border-color: rgb(127,250,228); }
td.TdClassName
{
border-color: #7FFAE4;
}
.TagClassName
{
border-color: #7FFAE4;
}
</style>