Shades of Aquamarine #7FFFD5
Tints of Aquamarine #7FFFD5
RGB
CMYK
RGB Variations
Color information
#7FFFD5 (or 0x7FFFD5) is known color: Aquamarine. HEX triplet: 7F, FF and D5. RGB value is (127,255,213). Sum of RGB (Red+Green+Blue) = 127+255+213=595 (78% of max value = 765). Red value is 127 (50% from 255 or 21.34% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFD5 is #80002A. Grayscale: #D3D3D3. Windows color (decimal): -8388651 or 14024575. OLE color: 14024575.
HSL color Cylindrical-coordinate representation of color #7FFFD5: hue angle of 160.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFD5 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 213 | - |
| CMYK | 0.50 | 0 | 0.16 | 0 |
| HSL | 160.31º | 1% | 0.75% | - |
| HSV(B) | 160.31º | 0.5% | 1% | - |
| XYZ | 56.52 | 80.84 | 75.57 | - |
| YUV | 211.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 213 | 0.50 | 0 | 0.16 | 0 | 160.31 | 1 | 0.75 |
| Hex | 7F | FF | D5 | 32 | 0 | 10 | 0 | A0 | 64 | 4B |
| Octal | 177 | 377 | 325 | 62 | 0 | 20 | 0 | 240 | 144 | 113 |
| Binary | 1111111 | 11111111 | 11010101 | 110010 | 0 | 10000 | 0 | 10100000 | 1100100 | 1001011 |
Color Harmonies of #7FFFD5
Complementary color
Monochromatic Colors of #7FFFD5
Black with #7FFFD5
Text Example
Text Example
White with #7FFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFFD5; }
p { color: rgb(127,255,213); }
H1.HeaderClassName
{
color: #7FFFD5;
}
.AnyTagClassName
{
color: #7FFFD5;
}
</style>
background-color css
<style>
a { background-color: #7FFFD5; }
a { background-color: rgb(127,255,213); }
div.DivClassName
{
background-color: #7FFFD5;
}
.BgClassName
{
background-color: #7FFFD5;
}
</style>
border-color css
<style>
span { border-color: #7FFFD5; }
span { border-color: rgb(127,255,213); }
td.TdClassName
{
border-color: #7FFFD5;
}
.TagClassName
{
border-color: #7FFFD5;
}
</style>