Shades of Aquamarine #7FFDB5
Tints of Aquamarine #7FFDB5
RGB
CMYK
RGB Variations
Color information
#7FFDB5 (or 0x7FFDB5) is known color: Aquamarine. HEX triplet: 7F, FD and B5. RGB value is (127,253,181). Sum of RGB (Red+Green+Blue) = 127+253+181=561 (74% of max value = 765). Red value is 127 (50% from 255 or 22.64% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDB5 is #80024A. Grayscale: #CFCFCF. Windows color (decimal): -8389195 or 11926911. OLE color: 11926911.
HSL color Cylindrical-coordinate representation of color #7FFDB5: hue angle of 145.71º 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 #7FFDB5 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 181 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.01 |
| HSL | 145.71º | 0.97% | 0.75% | - |
| HSV(B) | 145.71º | 0.5% | 0.99% | - |
| XYZ | 52.22 | 78.1 | 56.04 | - |
| YUV | 207.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 181 | 0.50 | 0 | 0.28 | 0.01 | 145.71 | 0.97 | 0.75 |
| Hex | 7F | FD | B5 | 32 | 0 | 1C | 1 | 92 | 61 | 4B |
| Octal | 177 | 375 | 265 | 62 | 0 | 34 | 1 | 222 | 141 | 113 |
| Binary | 1111111 | 11111101 | 10110101 | 110010 | 0 | 11100 | 1 | 10010010 | 1100001 | 1001011 |
Color Harmonies of #7FFDB5
Complementary color
Monochromatic Colors of #7FFDB5
Black with #7FFDB5
Text Example
Text Example
White with #7FFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDB5; }
p { color: rgb(127,253,181); }
H1.HeaderClassName
{
color: #7FFDB5;
}
.AnyTagClassName
{
color: #7FFDB5;
}
</style>
background-color css
<style>
a { background-color: #7FFDB5; }
a { background-color: rgb(127,253,181); }
div.DivClassName
{
background-color: #7FFDB5;
}
.BgClassName
{
background-color: #7FFDB5;
}
</style>
border-color css
<style>
span { border-color: #7FFDB5; }
span { border-color: rgb(127,253,181); }
td.TdClassName
{
border-color: #7FFDB5;
}
.TagClassName
{
border-color: #7FFDB5;
}
</style>