Shades of Aquamarine #7FFDEA
Tints of Aquamarine #7FFDEA
RGB
CMYK
RGB Variations
Color information
#7FFDEA (or 0x7FFDEA) is known color: Aquamarine. HEX triplet: 7F, FD and EA. RGB value is (127,253,234). Sum of RGB (Red+Green+Blue) = 127+253+234=614 (81% of max value = 765). Red value is 127 (50% from 255 or 20.68% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDEA is #800215. Grayscale: #D5D5D5. Windows color (decimal): -8389142 or 15400319. OLE color: 15400319.
HSL color Cylindrical-coordinate representation of color #7FFDEA: hue angle of 170.95º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDEA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 234 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.01 |
| HSL | 170.95º | 0.97% | 0.75% | - |
| HSV(B) | 170.95º | 0.5% | 0.99% | - |
| XYZ | 58.73 | 80.7 | 90.32 | - |
| YUV | 213.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 234 | 0.50 | 0 | 0.08 | 0.01 | 170.95 | 0.97 | 0.75 |
| Hex | 7F | FD | EA | 32 | 0 | 8 | 1 | AB | 61 | 4B |
| Octal | 177 | 375 | 352 | 62 | 0 | 10 | 1 | 253 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11101010 | 110010 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001011 |
Color Harmonies of #7FFDEA
Complementary color
Monochromatic Colors of #7FFDEA
Black with #7FFDEA
Text Example
Text Example
White with #7FFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDEA; }
p { color: rgb(127,253,234); }
H1.HeaderClassName
{
color: #7FFDEA;
}
.AnyTagClassName
{
color: #7FFDEA;
}
</style>
background-color css
<style>
a { background-color: #7FFDEA; }
a { background-color: rgb(127,253,234); }
div.DivClassName
{
background-color: #7FFDEA;
}
.BgClassName
{
background-color: #7FFDEA;
}
</style>
border-color css
<style>
span { border-color: #7FFDEA; }
span { border-color: rgb(127,253,234); }
td.TdClassName
{
border-color: #7FFDEA;
}
.TagClassName
{
border-color: #7FFDEA;
}
</style>