Shades of Aquamarine #7FF5C8
Tints of Aquamarine #7FF5C8
RGB
CMYK
RGB Variations
Color information
#7FF5C8 (or 0x7FF5C8) is known color: Aquamarine. HEX triplet: 7F, F5 and C8. RGB value is (127,245,200). Sum of RGB (Red+Green+Blue) = 127+245+200=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF5C8 is #800A37. Grayscale: #CCCCCC. Windows color (decimal): -8391224 or 13170047. OLE color: 13170047.
HSL color Cylindrical-coordinate representation of color #7FF5C8: hue angle of 157.12º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5C8 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 245 | 200 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.04 |
| HSL | 157.12º | 0.86% | 0.73% | - |
| HSV(B) | 157.12º | 0.48% | 0.96% | - |
| XYZ | 51.83 | 73.99 | 66.19 | - |
| YUV | 204.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 245 | 200 | 0.48 | 0 | 0.18 | 0.04 | 157.12 | 0.86 | 0.73 |
| Hex | 7F | F5 | C8 | 30 | 0 | 12 | 4 | 9D | 56 | 49 |
| Octal | 177 | 365 | 310 | 60 | 0 | 22 | 4 | 235 | 126 | 111 |
| Binary | 1111111 | 11110101 | 11001000 | 110000 | 0 | 10010 | 100 | 10011101 | 1010110 | 1001001 |
Color Harmonies of #7FF5C8
Complementary color
Monochromatic Colors of #7FF5C8
Black with #7FF5C8
Text Example
Text Example
White with #7FF5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF5C8; }
p { color: rgb(127,245,200); }
H1.HeaderClassName
{
color: #7FF5C8;
}
.AnyTagClassName
{
color: #7FF5C8;
}
</style>
background-color css
<style>
a { background-color: #7FF5C8; }
a { background-color: rgb(127,245,200); }
div.DivClassName
{
background-color: #7FF5C8;
}
.BgClassName
{
background-color: #7FF5C8;
}
</style>
border-color css
<style>
span { border-color: #7FF5C8; }
span { border-color: rgb(127,245,200); }
td.TdClassName
{
border-color: #7FF5C8;
}
.TagClassName
{
border-color: #7FF5C8;
}
</style>