Shades of Aquamarine #7FFFC5
Tints of Aquamarine #7FFFC5
RGB
CMYK
RGB Variations
Color information
#7FFFC5 (or 0x7FFFC5) is known color: Aquamarine. HEX triplet: 7F, FF and C5. RGB value is (127,255,197). Sum of RGB (Red+Green+Blue) = 127+255+197=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFC5 is #80003A. Grayscale: #D2D2D2. Windows color (decimal): -8388667 or 12975999. OLE color: 12975999.
HSL color Cylindrical-coordinate representation of color #7FFFC5: hue angle of 152.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFC5 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 197 | - |
| CMYK | 0.50 | 0 | 0.23 | 0 |
| HSL | 152.81º | 1% | 0.75% | - |
| HSV(B) | 152.81º | 0.5% | 1% | - |
| XYZ | 54.59 | 80.06 | 65.4 | - |
| YUV | 210.12 | 120.59 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 197 | 0.50 | 0 | 0.23 | 0 | 152.81 | 1 | 0.75 |
| Hex | 7F | FF | C5 | 32 | 0 | 17 | 0 | 99 | 64 | 4B |
| Octal | 177 | 377 | 305 | 62 | 0 | 27 | 0 | 231 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11000101 | 110010 | 0 | 10111 | 0 | 10011001 | 1100100 | 1001011 |
Color Harmonies of #7FFFC5
Complementary color
Monochromatic Colors of #7FFFC5
Black with #7FFFC5
Text Example
Text Example
White with #7FFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFC5; }
p { color: rgb(127,255,197); }
H1.HeaderClassName
{
color: #7FFFC5;
}
.AnyTagClassName
{
color: #7FFFC5;
}
</style>
background-color css
<style>
a { background-color: #7FFFC5; }
a { background-color: rgb(127,255,197); }
div.DivClassName
{
background-color: #7FFFC5;
}
.BgClassName
{
background-color: #7FFFC5;
}
</style>
border-color css
<style>
span { border-color: #7FFFC5; }
span { border-color: rgb(127,255,197); }
td.TdClassName
{
border-color: #7FFFC5;
}
.TagClassName
{
border-color: #7FFFC5;
}
</style>