Shades of Aquamarine #7FFCC5
Tints of Aquamarine #7FFCC5
RGB
CMYK
RGB Variations
Color information
#7FFCC5 (or 0x7FFCC5) is known color: Aquamarine. HEX triplet: 7F, FC and C5. RGB value is (127,252,197). Sum of RGB (Red+Green+Blue) = 127+252+197=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCC5 is #80033A. Grayscale: #D0D0D0. Windows color (decimal): -8389435 or 12975231. OLE color: 12975231.
HSL color Cylindrical-coordinate representation of color #7FFCC5: hue angle of 153.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCC5 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 197 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.01 |
| HSL | 153.6º | 0.95% | 0.74% | - |
| HSV(B) | 153.6º | 0.5% | 0.99% | - |
| XYZ | 53.64 | 78.16 | 65.08 | - |
| YUV | 208.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 197 | 0.50 | 0 | 0.22 | 0.01 | 153.6 | 0.95 | 0.74 |
| Hex | 7F | FC | C5 | 32 | 0 | 16 | 1 | 9A | 5F | 4A |
| Octal | 177 | 374 | 305 | 62 | 0 | 26 | 1 | 232 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11000101 | 110010 | 0 | 10110 | 1 | 10011010 | 1011111 | 1001010 |
Color Harmonies of #7FFCC5
Complementary color
Monochromatic Colors of #7FFCC5
Black with #7FFCC5
Text Example
Text Example
White with #7FFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCC5; }
p { color: rgb(127,252,197); }
H1.HeaderClassName
{
color: #7FFCC5;
}
.AnyTagClassName
{
color: #7FFCC5;
}
</style>
background-color css
<style>
a { background-color: #7FFCC5; }
a { background-color: rgb(127,252,197); }
div.DivClassName
{
background-color: #7FFCC5;
}
.BgClassName
{
background-color: #7FFCC5;
}
</style>
border-color css
<style>
span { border-color: #7FFCC5; }
span { border-color: rgb(127,252,197); }
td.TdClassName
{
border-color: #7FFCC5;
}
.TagClassName
{
border-color: #7FFCC5;
}
</style>