Shades of Aquamarine #7FF9BA
Tints of Aquamarine #7FF9BA
RGB
CMYK
RGB Variations
Color information
#7FF9BA (or 0x7FF9BA) is known color: Aquamarine. HEX triplet: 7F, F9 and BA. RGB value is (127,249,186). Sum of RGB (Red+Green+Blue) = 127+249+186=562 (74% of max value = 765). Red value is 127 (50% from 255 or 22.60% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF9BA is #800645. Grayscale: #CDCDCD. Windows color (decimal): -8390214 or 12253567. OLE color: 12253567.
HSL color Cylindrical-coordinate representation of color #7FF9BA: hue angle of 149.02º 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 #7FF9BA is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 186 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.02 |
| HSL | 149.02º | 0.91% | 0.74% | - |
| HSV(B) | 149.02º | 0.49% | 0.98% | - |
| XYZ | 51.49 | 75.81 | 58.37 | - |
| YUV | 205.34 | 117.08 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 186 | 0.49 | 0 | 0.25 | 0.02 | 149.02 | 0.91 | 0.74 |
| Hex | 7F | F9 | BA | 31 | 0 | 19 | 2 | 95 | 5B | 4A |
| Octal | 177 | 371 | 272 | 61 | 0 | 31 | 2 | 225 | 133 | 112 |
| Binary | 1111111 | 11111001 | 10111010 | 110001 | 0 | 11001 | 10 | 10010101 | 1011011 | 1001010 |
Color Harmonies of #7FF9BA
Complementary color
Monochromatic Colors of #7FF9BA
Black with #7FF9BA
Text Example
Text Example
White with #7FF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9BA; }
p { color: rgb(127,249,186); }
H1.HeaderClassName
{
color: #7FF9BA;
}
.AnyTagClassName
{
color: #7FF9BA;
}
</style>
background-color css
<style>
a { background-color: #7FF9BA; }
a { background-color: rgb(127,249,186); }
div.DivClassName
{
background-color: #7FF9BA;
}
.BgClassName
{
background-color: #7FF9BA;
}
</style>
border-color css
<style>
span { border-color: #7FF9BA; }
span { border-color: rgb(127,249,186); }
td.TdClassName
{
border-color: #7FF9BA;
}
.TagClassName
{
border-color: #7FF9BA;
}
</style>