Shades of Aquamarine #7FFAC1
Tints of Aquamarine #7FFAC1
RGB
CMYK
RGB Variations
Color information
#7FFAC1 (or 0x7FFAC1) is known color: Aquamarine. HEX triplet: 7F, FA and C1. RGB value is (127,250,193). Sum of RGB (Red+Green+Blue) = 127+250+193=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAC1 is #80053E. Grayscale: #CECECE. Windows color (decimal): -8389951 or 12712575. OLE color: 12712575.
HSL color Cylindrical-coordinate representation of color #7FFAC1: hue angle of 152.2º 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 #7FFAC1 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 193 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.02 |
| HSL | 152.2º | 0.92% | 0.74% | - |
| HSV(B) | 152.2º | 0.49% | 0.98% | - |
| XYZ | 52.56 | 76.73 | 62.49 | - |
| YUV | 206.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 193 | 0.49 | 0 | 0.23 | 0.02 | 152.2 | 0.92 | 0.74 |
| Hex | 7F | FA | C1 | 31 | 0 | 17 | 2 | 98 | 5C | 4A |
| Octal | 177 | 372 | 301 | 61 | 0 | 27 | 2 | 230 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11000001 | 110001 | 0 | 10111 | 10 | 10011000 | 1011100 | 1001010 |
Color Harmonies of #7FFAC1
Complementary color
Monochromatic Colors of #7FFAC1
Black with #7FFAC1
Text Example
Text Example
White with #7FFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAC1; }
p { color: rgb(127,250,193); }
H1.HeaderClassName
{
color: #7FFAC1;
}
.AnyTagClassName
{
color: #7FFAC1;
}
</style>
background-color css
<style>
a { background-color: #7FFAC1; }
a { background-color: rgb(127,250,193); }
div.DivClassName
{
background-color: #7FFAC1;
}
.BgClassName
{
background-color: #7FFAC1;
}
</style>
border-color css
<style>
span { border-color: #7FFAC1; }
span { border-color: rgb(127,250,193); }
td.TdClassName
{
border-color: #7FFAC1;
}
.TagClassName
{
border-color: #7FFAC1;
}
</style>