Shades of Aquamarine #7FFDE1
Tints of Aquamarine #7FFDE1
RGB
CMYK
RGB Variations
Color information
#7FFDE1 (or 0x7FFDE1) is known color: Aquamarine. HEX triplet: 7F, FD and E1. RGB value is (127,253,225). Sum of RGB (Red+Green+Blue) = 127+253+225=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDE1 is #80021E. Grayscale: #D4D4D4. Windows color (decimal): -8389151 or 14810495. OLE color: 14810495.
HSL color Cylindrical-coordinate representation of color #7FFDE1: hue angle of 166.67º 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 #7FFDE1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 225 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.01 |
| HSL | 166.67º | 0.97% | 0.75% | - |
| HSV(B) | 166.67º | 0.5% | 0.99% | - |
| XYZ | 57.47 | 80.2 | 83.69 | - |
| YUV | 212.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 225 | 0.50 | 0 | 0.11 | 0.01 | 166.67 | 0.97 | 0.75 |
| Hex | 7F | FD | E1 | 32 | 0 | B | 1 | A7 | 61 | 4B |
| Octal | 177 | 375 | 341 | 62 | 0 | 13 | 1 | 247 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11100001 | 110010 | 0 | 1011 | 1 | 10100111 | 1100001 | 1001011 |
Color Harmonies of #7FFDE1
Complementary color
Monochromatic Colors of #7FFDE1
Black with #7FFDE1
Text Example
Text Example
White with #7FFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDE1; }
p { color: rgb(127,253,225); }
H1.HeaderClassName
{
color: #7FFDE1;
}
.AnyTagClassName
{
color: #7FFDE1;
}
</style>
background-color css
<style>
a { background-color: #7FFDE1; }
a { background-color: rgb(127,253,225); }
div.DivClassName
{
background-color: #7FFDE1;
}
.BgClassName
{
background-color: #7FFDE1;
}
</style>
border-color css
<style>
span { border-color: #7FFDE1; }
span { border-color: rgb(127,253,225); }
td.TdClassName
{
border-color: #7FFDE1;
}
.TagClassName
{
border-color: #7FFDE1;
}
</style>