Shades of Aquamarine #7FFAB6
Tints of Aquamarine #7FFAB6
RGB
CMYK
RGB Variations
Color information
#7FFAB6 (or 0x7FFAB6) is known color: Aquamarine. HEX triplet: 7F, FA and B6. RGB value is (127,250,182). Sum of RGB (Red+Green+Blue) = 127+250+182=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAB6 is #800549. Grayscale: #CDCDCD. Windows color (decimal): -8389962 or 11991679. OLE color: 11991679.
HSL color Cylindrical-coordinate representation of color #7FFAB6: hue angle of 146.83º 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 #7FFAB6 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 182 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.02 |
| HSL | 146.83º | 0.92% | 0.74% | - |
| HSV(B) | 146.83º | 0.49% | 0.98% | - |
| XYZ | 51.38 | 76.26 | 56.27 | - |
| YUV | 205.47 | 114.75 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 182 | 0.49 | 0 | 0.27 | 0.02 | 146.83 | 0.92 | 0.74 |
| Hex | 7F | FA | B6 | 31 | 0 | 1B | 2 | 93 | 5C | 4A |
| Octal | 177 | 372 | 266 | 61 | 0 | 33 | 2 | 223 | 134 | 112 |
| Binary | 1111111 | 11111010 | 10110110 | 110001 | 0 | 11011 | 10 | 10010011 | 1011100 | 1001010 |
Color Harmonies of #7FFAB6
Complementary color
Monochromatic Colors of #7FFAB6
Black with #7FFAB6
Text Example
Text Example
White with #7FFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAB6; }
p { color: rgb(127,250,182); }
H1.HeaderClassName
{
color: #7FFAB6;
}
.AnyTagClassName
{
color: #7FFAB6;
}
</style>
background-color css
<style>
a { background-color: #7FFAB6; }
a { background-color: rgb(127,250,182); }
div.DivClassName
{
background-color: #7FFAB6;
}
.BgClassName
{
background-color: #7FFAB6;
}
</style>
border-color css
<style>
span { border-color: #7FFAB6; }
span { border-color: rgb(127,250,182); }
td.TdClassName
{
border-color: #7FFAB6;
}
.TagClassName
{
border-color: #7FFAB6;
}
</style>