Shades of Aquamarine #7FFABF
Tints of Aquamarine #7FFABF
RGB
CMYK
RGB Variations
Color information
#7FFABF (or 0x7FFABF) is known color: Aquamarine. HEX triplet: 7F, FA and BF. RGB value is (127,250,191). Sum of RGB (Red+Green+Blue) = 127+250+191=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFABF is #800540. Grayscale: #CECECE. Windows color (decimal): -8389953 or 12581503. OLE color: 12581503.
HSL color Cylindrical-coordinate representation of color #7FFABF: hue angle of 151.22º 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 #7FFABF is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 191 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.02 |
| HSL | 151.22º | 0.92% | 0.74% | - |
| HSV(B) | 151.22º | 0.49% | 0.98% | - |
| XYZ | 52.34 | 76.64 | 61.33 | - |
| YUV | 206.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 191 | 0.49 | 0 | 0.24 | 0.02 | 151.22 | 0.92 | 0.74 |
| Hex | 7F | FA | BF | 31 | 0 | 18 | 2 | 97 | 5C | 4A |
| Octal | 177 | 372 | 277 | 61 | 0 | 30 | 2 | 227 | 134 | 112 |
| Binary | 1111111 | 11111010 | 10111111 | 110001 | 0 | 11000 | 10 | 10010111 | 1011100 | 1001010 |
Color Harmonies of #7FFABF
Complementary color
Monochromatic Colors of #7FFABF
Black with #7FFABF
Text Example
Text Example
White with #7FFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFABF; }
p { color: rgb(127,250,191); }
H1.HeaderClassName
{
color: #7FFABF;
}
.AnyTagClassName
{
color: #7FFABF;
}
</style>
background-color css
<style>
a { background-color: #7FFABF; }
a { background-color: rgb(127,250,191); }
div.DivClassName
{
background-color: #7FFABF;
}
.BgClassName
{
background-color: #7FFABF;
}
</style>
border-color css
<style>
span { border-color: #7FFABF; }
span { border-color: rgb(127,250,191); }
td.TdClassName
{
border-color: #7FFABF;
}
.TagClassName
{
border-color: #7FFABF;
}
</style>