Shades of Aquamarine #7FEBD8
Tints of Aquamarine #7FEBD8
RGB
CMYK
RGB Variations
Color information
#7FEBD8 (or 0x7FEBD8) is known color: Aquamarine. HEX triplet: 7F, EB and D8. RGB value is (127,235,216). Sum of RGB (Red+Green+Blue) = 127+235+216=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBD8 is #801427. Grayscale: #C8C8C8. Windows color (decimal): -8393768 or 14216063. OLE color: 14216063.
HSL color Cylindrical-coordinate representation of color #7FEBD8: hue angle of 169.44º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBD8 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 235 | 216 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.08 |
| HSL | 169.44º | 0.73% | 0.71% | - |
| HSV(B) | 169.44º | 0.46% | 0.92% | - |
| XYZ | 50.86 | 68.89 | 75.58 | - |
| YUV | 200.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 235 | 216 | 0.46 | 0 | 0.08 | 0.08 | 169.44 | 0.73 | 0.71 |
| Hex | 7F | EB | D8 | 2E | 0 | 8 | 8 | A9 | 49 | 47 |
| Octal | 177 | 353 | 330 | 56 | 0 | 10 | 10 | 251 | 111 | 107 |
| Binary | 1111111 | 11101011 | 11011000 | 101110 | 0 | 1000 | 1000 | 10101001 | 1001001 | 1000111 |
Color Harmonies of #7FEBD8
Complementary color
Monochromatic Colors of #7FEBD8
Black with #7FEBD8
Text Example
Text Example
White with #7FEBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEBD8; }
p { color: rgb(127,235,216); }
H1.HeaderClassName
{
color: #7FEBD8;
}
.AnyTagClassName
{
color: #7FEBD8;
}
</style>
background-color css
<style>
a { background-color: #7FEBD8; }
a { background-color: rgb(127,235,216); }
div.DivClassName
{
background-color: #7FEBD8;
}
.BgClassName
{
background-color: #7FEBD8;
}
</style>
border-color css
<style>
span { border-color: #7FEBD8; }
span { border-color: rgb(127,235,216); }
td.TdClassName
{
border-color: #7FEBD8;
}
.TagClassName
{
border-color: #7FEBD8;
}
</style>