Shades of Aquamarine #7FFDC0
Tints of Aquamarine #7FFDC0
RGB
CMYK
RGB Variations
Color information
#7FFDC0 (or 0x7FFDC0) is known color: Aquamarine. HEX triplet: 7F, FD and C0. RGB value is (127,253,192). Sum of RGB (Red+Green+Blue) = 127+253+192=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDC0 is #80023F. Grayscale: #D0D0D0. Windows color (decimal): -8389184 or 12647807. OLE color: 12647807.
HSL color Cylindrical-coordinate representation of color #7FFDC0: hue angle of 150.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 #7FFDC0 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 192 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.01 |
| HSL | 150.95º | 0.97% | 0.75% | - |
| HSV(B) | 150.95º | 0.5% | 0.99% | - |
| XYZ | 53.39 | 78.57 | 62.22 | - |
| YUV | 208.37 | 118.76 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 192 | 0.50 | 0 | 0.24 | 0.01 | 150.95 | 0.97 | 0.75 |
| Hex | 7F | FD | C0 | 32 | 0 | 18 | 1 | 97 | 61 | 4B |
| Octal | 177 | 375 | 300 | 62 | 0 | 30 | 1 | 227 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11000000 | 110010 | 0 | 11000 | 1 | 10010111 | 1100001 | 1001011 |
Color Harmonies of #7FFDC0
Complementary color
Monochromatic Colors of #7FFDC0
Black with #7FFDC0
Text Example
Text Example
White with #7FFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDC0; }
p { color: rgb(127,253,192); }
H1.HeaderClassName
{
color: #7FFDC0;
}
.AnyTagClassName
{
color: #7FFDC0;
}
</style>
background-color css
<style>
a { background-color: #7FFDC0; }
a { background-color: rgb(127,253,192); }
div.DivClassName
{
background-color: #7FFDC0;
}
.BgClassName
{
background-color: #7FFDC0;
}
</style>
border-color css
<style>
span { border-color: #7FFDC0; }
span { border-color: rgb(127,253,192); }
td.TdClassName
{
border-color: #7FFDC0;
}
.TagClassName
{
border-color: #7FFDC0;
}
</style>