Shades of Aquamarine #7FFECC
Tints of Aquamarine #7FFECC
RGB
CMYK
RGB Variations
Color information
#7FFECC (or 0x7FFECC) is known color: Aquamarine. HEX triplet: 7F, FE and CC. RGB value is (127,254,204). Sum of RGB (Red+Green+Blue) = 127+254+204=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFECC is #800133. Grayscale: #D2D2D2. Windows color (decimal): -8388916 or 13434495. OLE color: 13434495.
HSL color Cylindrical-coordinate representation of color #7FFECC: hue angle of 156.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFECC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 204 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.00 |
| HSL | 156.38º | 0.98% | 0.75% | - |
| HSV(B) | 156.38º | 0.5% | 1% | - |
| XYZ | 55.09 | 79.76 | 69.62 | - |
| YUV | 210.33 | 124.42 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 204 | 0.50 | 0 | 0.20 | 0.00 | 156.38 | 0.98 | 0.75 |
| Hex | 7F | FE | CC | 32 | 0 | 14 | 0 | 9C | 62 | 4B |
| Octal | 177 | 376 | 314 | 62 | 0 | 24 | 0 | 234 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11001100 | 110010 | 0 | 10100 | 0 | 10011100 | 1100010 | 1001011 |
Color Harmonies of #7FFECC
Complementary color
Monochromatic Colors of #7FFECC
Black with #7FFECC
Text Example
Text Example
White with #7FFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFECC; }
p { color: rgb(127,254,204); }
H1.HeaderClassName
{
color: #7FFECC;
}
.AnyTagClassName
{
color: #7FFECC;
}
</style>
background-color css
<style>
a { background-color: #7FFECC; }
a { background-color: rgb(127,254,204); }
div.DivClassName
{
background-color: #7FFECC;
}
.BgClassName
{
background-color: #7FFECC;
}
</style>
border-color css
<style>
span { border-color: #7FFECC; }
span { border-color: rgb(127,254,204); }
td.TdClassName
{
border-color: #7FFECC;
}
.TagClassName
{
border-color: #7FFECC;
}
</style>