Shades of Aquamarine #7FF9CE
Tints of Aquamarine #7FF9CE
RGB
CMYK
RGB Variations
Color information
#7FF9CE (or 0x7FF9CE) is known color: Aquamarine. HEX triplet: 7F, F9 and CE. RGB value is (127,249,206). Sum of RGB (Red+Green+Blue) = 127+249+206=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF9CE is #800631. Grayscale: #CFCFCF. Windows color (decimal): -8390194 or 13564287. OLE color: 13564287.
HSL color Cylindrical-coordinate representation of color #7FF9CE: hue angle of 158.85º degrees, saturation: 0.91, 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 #7FF9CE is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 206 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.02 |
| HSL | 158.85º | 0.91% | 0.74% | - |
| HSV(B) | 158.85º | 0.49% | 0.98% | - |
| XYZ | 53.77 | 76.72 | 70.37 | - |
| YUV | 207.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 206 | 0.49 | 0 | 0.17 | 0.02 | 158.85 | 0.91 | 0.74 |
| Hex | 7F | F9 | CE | 31 | 0 | 11 | 2 | 9F | 5B | 4A |
| Octal | 177 | 371 | 316 | 61 | 0 | 21 | 2 | 237 | 133 | 112 |
| Binary | 1111111 | 11111001 | 11001110 | 110001 | 0 | 10001 | 10 | 10011111 | 1011011 | 1001010 |
Color Harmonies of #7FF9CE
Complementary color
Monochromatic Colors of #7FF9CE
Black with #7FF9CE
Text Example
Text Example
White with #7FF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9CE; }
p { color: rgb(127,249,206); }
H1.HeaderClassName
{
color: #7FF9CE;
}
.AnyTagClassName
{
color: #7FF9CE;
}
</style>
background-color css
<style>
a { background-color: #7FF9CE; }
a { background-color: rgb(127,249,206); }
div.DivClassName
{
background-color: #7FF9CE;
}
.BgClassName
{
background-color: #7FF9CE;
}
</style>
border-color css
<style>
span { border-color: #7FF9CE; }
span { border-color: rgb(127,249,206); }
td.TdClassName
{
border-color: #7FF9CE;
}
.TagClassName
{
border-color: #7FF9CE;
}
</style>