Shades of Aquamarine #7FFECA
Tints of Aquamarine #7FFECA
RGB
CMYK
RGB Variations
Color information
#7FFECA (or 0x7FFECA) is known color: Aquamarine. HEX triplet: 7F, FE and CA. RGB value is (127,254,202). Sum of RGB (Red+Green+Blue) = 127+254+202=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFECA is #800135. Grayscale: #D2D2D2. Windows color (decimal): -8388918 or 13303423. OLE color: 13303423.
HSL color Cylindrical-coordinate representation of color #7FFECA: hue angle of 155.43º 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 #7FFECA is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 202 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.00 |
| HSL | 155.43º | 0.98% | 0.75% | - |
| HSV(B) | 155.43º | 0.5% | 1% | - |
| XYZ | 54.85 | 79.66 | 68.36 | - |
| YUV | 210.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 202 | 0.50 | 0 | 0.20 | 0.00 | 155.43 | 0.98 | 0.75 |
| Hex | 7F | FE | CA | 32 | 0 | 14 | 0 | 9B | 62 | 4B |
| Octal | 177 | 376 | 312 | 62 | 0 | 24 | 0 | 233 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11001010 | 110010 | 0 | 10100 | 0 | 10011011 | 1100010 | 1001011 |
Color Harmonies of #7FFECA
Complementary color
Monochromatic Colors of #7FFECA
Black with #7FFECA
Text Example
Text Example
White with #7FFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFECA; }
p { color: rgb(127,254,202); }
H1.HeaderClassName
{
color: #7FFECA;
}
.AnyTagClassName
{
color: #7FFECA;
}
</style>
background-color css
<style>
a { background-color: #7FFECA; }
a { background-color: rgb(127,254,202); }
div.DivClassName
{
background-color: #7FFECA;
}
.BgClassName
{
background-color: #7FFECA;
}
</style>
border-color css
<style>
span { border-color: #7FFECA; }
span { border-color: rgb(127,254,202); }
td.TdClassName
{
border-color: #7FFECA;
}
.TagClassName
{
border-color: #7FFECA;
}
</style>