Shades of Aquamarine #7FFCC8
Tints of Aquamarine #7FFCC8
RGB
CMYK
RGB Variations
Color information
#7FFCC8 (or 0x7FFCC8) is known color: Aquamarine. HEX triplet: 7F, FC and C8. RGB value is (127,252,200). Sum of RGB (Red+Green+Blue) = 127+252+200=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCC8 is #800337. Grayscale: #D0D0D0. Windows color (decimal): -8389432 or 13171839. OLE color: 13171839.
HSL color Cylindrical-coordinate representation of color #7FFCC8: hue angle of 155.04º 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 #7FFCC8 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 200 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.01 |
| HSL | 155.04º | 0.95% | 0.74% | - |
| HSV(B) | 155.04º | 0.5% | 0.99% | - |
| XYZ | 53.99 | 78.3 | 66.91 | - |
| YUV | 208.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 200 | 0.50 | 0 | 0.21 | 0.01 | 155.04 | 0.95 | 0.74 |
| Hex | 7F | FC | C8 | 32 | 0 | 15 | 1 | 9B | 5F | 4A |
| Octal | 177 | 374 | 310 | 62 | 0 | 25 | 1 | 233 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11001000 | 110010 | 0 | 10101 | 1 | 10011011 | 1011111 | 1001010 |
Color Harmonies of #7FFCC8
Complementary color
Monochromatic Colors of #7FFCC8
Black with #7FFCC8
Text Example
Text Example
White with #7FFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCC8; }
p { color: rgb(127,252,200); }
H1.HeaderClassName
{
color: #7FFCC8;
}
.AnyTagClassName
{
color: #7FFCC8;
}
</style>
background-color css
<style>
a { background-color: #7FFCC8; }
a { background-color: rgb(127,252,200); }
div.DivClassName
{
background-color: #7FFCC8;
}
.BgClassName
{
background-color: #7FFCC8;
}
</style>
border-color css
<style>
span { border-color: #7FFCC8; }
span { border-color: rgb(127,252,200); }
td.TdClassName
{
border-color: #7FFCC8;
}
.TagClassName
{
border-color: #7FFCC8;
}
</style>