Shades of Aquamarine #7FFFC8
Tints of Aquamarine #7FFFC8
RGB
CMYK
RGB Variations
Color information
#7FFFC8 (or 0x7FFFC8) is known color: Aquamarine. HEX triplet: 7F, FF and C8. RGB value is (127,255,200). Sum of RGB (Red+Green+Blue) = 127+255+200=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFC8 is #800037. Grayscale: #D2D2D2. Windows color (decimal): -8388664 or 13172607. OLE color: 13172607.
HSL color Cylindrical-coordinate representation of color #7FFFC8: hue angle of 154.22º 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 #7FFFC8 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 200 | - |
| CMYK | 0.50 | 0 | 0.22 | 0 |
| HSL | 154.22º | 1% | 0.75% | - |
| HSV(B) | 154.22º | 0.5% | 1% | - |
| XYZ | 54.94 | 80.2 | 67.23 | - |
| YUV | 210.46 | 122.09 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 200 | 0.50 | 0 | 0.22 | 0 | 154.22 | 1 | 0.75 |
| Hex | 7F | FF | C8 | 32 | 0 | 16 | 0 | 9A | 64 | 4B |
| Octal | 177 | 377 | 310 | 62 | 0 | 26 | 0 | 232 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11001000 | 110010 | 0 | 10110 | 0 | 10011010 | 1100100 | 1001011 |
Color Harmonies of #7FFFC8
Complementary color
Monochromatic Colors of #7FFFC8
Black with #7FFFC8
Text Example
Text Example
White with #7FFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFC8; }
p { color: rgb(127,255,200); }
H1.HeaderClassName
{
color: #7FFFC8;
}
.AnyTagClassName
{
color: #7FFFC8;
}
</style>
background-color css
<style>
a { background-color: #7FFFC8; }
a { background-color: rgb(127,255,200); }
div.DivClassName
{
background-color: #7FFFC8;
}
.BgClassName
{
background-color: #7FFFC8;
}
</style>
border-color css
<style>
span { border-color: #7FFFC8; }
span { border-color: rgb(127,255,200); }
td.TdClassName
{
border-color: #7FFFC8;
}
.TagClassName
{
border-color: #7FFFC8;
}
</style>