Shades of Aquamarine #7FEFC1
Tints of Aquamarine #7FEFC1
RGB
CMYK
RGB Variations
Color information
#7FEFC1 (or 0x7FEFC1) is known color: Aquamarine. HEX triplet: 7F, EF and C1. RGB value is (127,239,193). Sum of RGB (Red+Green+Blue) = 127+239+193=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFC1 is #80103E. Grayscale: #C8C8C8. Windows color (decimal): -8392767 or 12709759. OLE color: 12709759.
HSL color Cylindrical-coordinate representation of color #7FEFC1: hue angle of 155.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEFC1 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 193 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.06 |
| HSL | 155.36º | 0.78% | 0.72% | - |
| HSV(B) | 155.36º | 0.47% | 0.94% | - |
| XYZ | 49.24 | 70.1 | 61.39 | - |
| YUV | 200.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 193 | 0.47 | 0 | 0.19 | 0.06 | 155.36 | 0.78 | 0.72 |
| Hex | 7F | EF | C1 | 2F | 0 | 13 | 6 | 9B | 4E | 48 |
| Octal | 177 | 357 | 301 | 57 | 0 | 23 | 6 | 233 | 116 | 110 |
| Binary | 1111111 | 11101111 | 11000001 | 101111 | 0 | 10011 | 110 | 10011011 | 1001110 | 1001000 |
Color Harmonies of #7FEFC1
Complementary color
Monochromatic Colors of #7FEFC1
Black with #7FEFC1
Text Example
Text Example
White with #7FEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEFC1; }
p { color: rgb(127,239,193); }
H1.HeaderClassName
{
color: #7FEFC1;
}
.AnyTagClassName
{
color: #7FEFC1;
}
</style>
background-color css
<style>
a { background-color: #7FEFC1; }
a { background-color: rgb(127,239,193); }
div.DivClassName
{
background-color: #7FEFC1;
}
.BgClassName
{
background-color: #7FEFC1;
}
</style>
border-color css
<style>
span { border-color: #7FEFC1; }
span { border-color: rgb(127,239,193); }
td.TdClassName
{
border-color: #7FEFC1;
}
.TagClassName
{
border-color: #7FEFC1;
}
</style>