Shades of Aquamarine #7FFDBB
Tints of Aquamarine #7FFDBB
RGB
CMYK
RGB Variations
Color information
#7FFDBB (or 0x7FFDBB) is known color: Aquamarine. HEX triplet: 7F, FD and BB. RGB value is (127,253,187). Sum of RGB (Red+Green+Blue) = 127+253+187=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDBB is #800244. Grayscale: #CFCFCF. Windows color (decimal): -8389189 or 12320127. OLE color: 12320127.
HSL color Cylindrical-coordinate representation of color #7FFDBB: hue angle of 148.57º 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 #7FFDBB is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 187 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.01 |
| HSL | 148.57º | 0.97% | 0.75% | - |
| HSV(B) | 148.57º | 0.5% | 0.99% | - |
| XYZ | 52.85 | 78.35 | 59.35 | - |
| YUV | 207.8 | 116.26 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 187 | 0.50 | 0 | 0.26 | 0.01 | 148.57 | 0.97 | 0.75 |
| Hex | 7F | FD | BB | 32 | 0 | 1A | 1 | 95 | 61 | 4B |
| Octal | 177 | 375 | 273 | 62 | 0 | 32 | 1 | 225 | 141 | 113 |
| Binary | 1111111 | 11111101 | 10111011 | 110010 | 0 | 11010 | 1 | 10010101 | 1100001 | 1001011 |
Color Harmonies of #7FFDBB
Complementary color
Monochromatic Colors of #7FFDBB
Black with #7FFDBB
Text Example
Text Example
White with #7FFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDBB; }
p { color: rgb(127,253,187); }
H1.HeaderClassName
{
color: #7FFDBB;
}
.AnyTagClassName
{
color: #7FFDBB;
}
</style>
background-color css
<style>
a { background-color: #7FFDBB; }
a { background-color: rgb(127,253,187); }
div.DivClassName
{
background-color: #7FFDBB;
}
.BgClassName
{
background-color: #7FFDBB;
}
</style>
border-color css
<style>
span { border-color: #7FFDBB; }
span { border-color: rgb(127,253,187); }
td.TdClassName
{
border-color: #7FFDBB;
}
.TagClassName
{
border-color: #7FFDBB;
}
</style>