Shades of Aquamarine #7FF9C7
Tints of Aquamarine #7FF9C7
RGB
CMYK
RGB Variations
Color information
#7FF9C7 (or 0x7FF9C7) is known color: Aquamarine. HEX triplet: 7F, F9 and C7. RGB value is (127,249,199). Sum of RGB (Red+Green+Blue) = 127+249+199=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF9C7 is #800638. Grayscale: #CECECE. Windows color (decimal): -8390201 or 13105535. OLE color: 13105535.
HSL color Cylindrical-coordinate representation of color #7FF9C7: hue angle of 155.41º 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 #7FF9C7 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 199 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.02 |
| HSL | 155.41º | 0.91% | 0.74% | - |
| HSV(B) | 155.41º | 0.49% | 0.98% | - |
| XYZ | 52.94 | 76.39 | 65.99 | - |
| YUV | 206.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 199 | 0.49 | 0 | 0.20 | 0.02 | 155.41 | 0.91 | 0.74 |
| Hex | 7F | F9 | C7 | 31 | 0 | 14 | 2 | 9B | 5B | 4A |
| Octal | 177 | 371 | 307 | 61 | 0 | 24 | 2 | 233 | 133 | 112 |
| Binary | 1111111 | 11111001 | 11000111 | 110001 | 0 | 10100 | 10 | 10011011 | 1011011 | 1001010 |
Color Harmonies of #7FF9C7
Complementary color
Monochromatic Colors of #7FF9C7
Black with #7FF9C7
Text Example
Text Example
White with #7FF9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9C7; }
p { color: rgb(127,249,199); }
H1.HeaderClassName
{
color: #7FF9C7;
}
.AnyTagClassName
{
color: #7FF9C7;
}
</style>
background-color css
<style>
a { background-color: #7FF9C7; }
a { background-color: rgb(127,249,199); }
div.DivClassName
{
background-color: #7FF9C7;
}
.BgClassName
{
background-color: #7FF9C7;
}
</style>
border-color css
<style>
span { border-color: #7FF9C7; }
span { border-color: rgb(127,249,199); }
td.TdClassName
{
border-color: #7FF9C7;
}
.TagClassName
{
border-color: #7FF9C7;
}
</style>