Shades of Aquamarine #7FFFC9
Tints of Aquamarine #7FFFC9
RGB
CMYK
RGB Variations
Color information
#7FFFC9 (or 0x7FFFC9) is known color: Aquamarine. HEX triplet: 7F, FF and C9. RGB value is (127,255,201). Sum of RGB (Red+Green+Blue) = 127+255+201=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFC9 is #800036. Grayscale: #D2D2D2. Windows color (decimal): -8388663 or 13238143. OLE color: 13238143.
HSL color Cylindrical-coordinate representation of color #7FFFC9: hue angle of 154.69º 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 #7FFFC9 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 201 | - |
| CMYK | 0.50 | 0 | 0.21 | 0 |
| HSL | 154.69º | 1% | 0.75% | - |
| HSV(B) | 154.69º | 0.5% | 1% | - |
| XYZ | 55.06 | 80.25 | 67.85 | - |
| YUV | 210.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 201 | 0.50 | 0 | 0.21 | 0 | 154.69 | 1 | 0.75 |
| Hex | 7F | FF | C9 | 32 | 0 | 15 | 0 | 9B | 64 | 4B |
| Octal | 177 | 377 | 311 | 62 | 0 | 25 | 0 | 233 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11001001 | 110010 | 0 | 10101 | 0 | 10011011 | 1100100 | 1001011 |
Color Harmonies of #7FFFC9
Complementary color
Monochromatic Colors of #7FFFC9
Black with #7FFFC9
Text Example
Text Example
White with #7FFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFC9; }
p { color: rgb(127,255,201); }
H1.HeaderClassName
{
color: #7FFFC9;
}
.AnyTagClassName
{
color: #7FFFC9;
}
</style>
background-color css
<style>
a { background-color: #7FFFC9; }
a { background-color: rgb(127,255,201); }
div.DivClassName
{
background-color: #7FFFC9;
}
.BgClassName
{
background-color: #7FFFC9;
}
</style>
border-color css
<style>
span { border-color: #7FFFC9; }
span { border-color: rgb(127,255,201); }
td.TdClassName
{
border-color: #7FFFC9;
}
.TagClassName
{
border-color: #7FFFC9;
}
</style>