Shades of Aquamarine #7FFDC1
Tints of Aquamarine #7FFDC1
RGB
CMYK
RGB Variations
Color information
#7FFDC1 (or 0x7FFDC1) is known color: Aquamarine. HEX triplet: 7F, FD and C1. RGB value is (127,253,193). Sum of RGB (Red+Green+Blue) = 127+253+193=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDC1 is #80023E. Grayscale: #D0D0D0. Windows color (decimal): -8389183 or 12713343. OLE color: 12713343.
HSL color Cylindrical-coordinate representation of color #7FFDC1: hue angle of 151.43º 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 #7FFDC1 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 193 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.01 |
| HSL | 151.43º | 0.97% | 0.75% | - |
| HSV(B) | 151.43º | 0.5% | 0.99% | - |
| XYZ | 53.5 | 78.61 | 62.81 | - |
| YUV | 208.49 | 119.26 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 193 | 0.50 | 0 | 0.24 | 0.01 | 151.43 | 0.97 | 0.75 |
| Hex | 7F | FD | C1 | 32 | 0 | 18 | 1 | 97 | 61 | 4B |
| Octal | 177 | 375 | 301 | 62 | 0 | 30 | 1 | 227 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11000001 | 110010 | 0 | 11000 | 1 | 10010111 | 1100001 | 1001011 |
Color Harmonies of #7FFDC1
Complementary color
Monochromatic Colors of #7FFDC1
Black with #7FFDC1
Text Example
Text Example
White with #7FFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDC1; }
p { color: rgb(127,253,193); }
H1.HeaderClassName
{
color: #7FFDC1;
}
.AnyTagClassName
{
color: #7FFDC1;
}
</style>
background-color css
<style>
a { background-color: #7FFDC1; }
a { background-color: rgb(127,253,193); }
div.DivClassName
{
background-color: #7FFDC1;
}
.BgClassName
{
background-color: #7FFDC1;
}
</style>
border-color css
<style>
span { border-color: #7FFDC1; }
span { border-color: rgb(127,253,193); }
td.TdClassName
{
border-color: #7FFDC1;
}
.TagClassName
{
border-color: #7FFDC1;
}
</style>