Shades of Aquamarine #7FFECB
Tints of Aquamarine #7FFECB
RGB
CMYK
RGB Variations
Color information
#7FFECB (or 0x7FFECB) is known color: Aquamarine. HEX triplet: 7F, FE and CB. RGB value is (127,254,203). Sum of RGB (Red+Green+Blue) = 127+254+203=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFECB is #800134. Grayscale: #D2D2D2. Windows color (decimal): -8388917 or 13368959. OLE color: 13368959.
HSL color Cylindrical-coordinate representation of color #7FFECB: hue angle of 155.91º 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 #7FFECB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 203 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.00 |
| HSL | 155.91º | 0.98% | 0.75% | - |
| HSV(B) | 155.91º | 0.5% | 1% | - |
| XYZ | 54.97 | 79.71 | 68.99 | - |
| YUV | 210.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 203 | 0.50 | 0 | 0.20 | 0.00 | 155.91 | 0.98 | 0.75 |
| Hex | 7F | FE | CB | 32 | 0 | 14 | 0 | 9C | 62 | 4B |
| Octal | 177 | 376 | 313 | 62 | 0 | 24 | 0 | 234 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11001011 | 110010 | 0 | 10100 | 0 | 10011100 | 1100010 | 1001011 |
Color Harmonies of #7FFECB
Complementary color
Monochromatic Colors of #7FFECB
Black with #7FFECB
Text Example
Text Example
White with #7FFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFECB; }
p { color: rgb(127,254,203); }
H1.HeaderClassName
{
color: #7FFECB;
}
.AnyTagClassName
{
color: #7FFECB;
}
</style>
background-color css
<style>
a { background-color: #7FFECB; }
a { background-color: rgb(127,254,203); }
div.DivClassName
{
background-color: #7FFECB;
}
.BgClassName
{
background-color: #7FFECB;
}
</style>
border-color css
<style>
span { border-color: #7FFECB; }
span { border-color: rgb(127,254,203); }
td.TdClassName
{
border-color: #7FFECB;
}
.TagClassName
{
border-color: #7FFECB;
}
</style>