Shades of Aquamarine #7FF9E7
Tints of Aquamarine #7FF9E7
RGB
CMYK
RGB Variations
Color information
#7FF9E7 (or 0x7FF9E7) is known color: Aquamarine. HEX triplet: 7F, F9 and E7. RGB value is (127,249,231). Sum of RGB (Red+Green+Blue) = 127+249+231=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF9E7 is #800618. Grayscale: #D2D2D2. Windows color (decimal): -8390169 or 15202687. OLE color: 15202687.
HSL color Cylindrical-coordinate representation of color #7FF9E7: hue angle of 171.15º degrees, saturation: 0.91, 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 #7FF9E7 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 231 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.02 |
| HSL | 171.15º | 0.91% | 0.74% | - |
| HSV(B) | 171.15º | 0.49% | 0.98% | - |
| XYZ | 57.05 | 78.03 | 87.66 | - |
| YUV | 210.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 231 | 0.49 | 0 | 0.07 | 0.02 | 171.15 | 0.91 | 0.74 |
| Hex | 7F | F9 | E7 | 31 | 0 | 7 | 2 | AB | 5B | 4A |
| Octal | 177 | 371 | 347 | 61 | 0 | 7 | 2 | 253 | 133 | 112 |
| Binary | 1111111 | 11111001 | 11100111 | 110001 | 0 | 111 | 10 | 10101011 | 1011011 | 1001010 |
Color Harmonies of #7FF9E7
Complementary color
Monochromatic Colors of #7FF9E7
Black with #7FF9E7
Text Example
Text Example
White with #7FF9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9E7; }
p { color: rgb(127,249,231); }
H1.HeaderClassName
{
color: #7FF9E7;
}
.AnyTagClassName
{
color: #7FF9E7;
}
</style>
background-color css
<style>
a { background-color: #7FF9E7; }
a { background-color: rgb(127,249,231); }
div.DivClassName
{
background-color: #7FF9E7;
}
.BgClassName
{
background-color: #7FF9E7;
}
</style>
border-color css
<style>
span { border-color: #7FF9E7; }
span { border-color: rgb(127,249,231); }
td.TdClassName
{
border-color: #7FF9E7;
}
.TagClassName
{
border-color: #7FF9E7;
}
</style>