Shades of Aquamarine #7FEECC
Tints of Aquamarine #7FEECC
RGB
CMYK
RGB Variations
Color information
#7FEECC (or 0x7FEECC) is known color: Aquamarine. HEX triplet: 7F, EE and CC. RGB value is (127,238,204). Sum of RGB (Red+Green+Blue) = 127+238+204=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEECC is #801133. Grayscale: #C8C8C8. Windows color (decimal): -8393012 or 13430399. OLE color: 13430399.
HSL color Cylindrical-coordinate representation of color #7FEECC: hue angle of 161.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEECC is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 204 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.07 |
| HSL | 161.62º | 0.77% | 0.72% | - |
| HSV(B) | 161.62º | 0.47% | 0.93% | - |
| XYZ | 50.23 | 70.02 | 67.99 | - |
| YUV | 200.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 204 | 0.47 | 0 | 0.14 | 0.07 | 161.62 | 0.77 | 0.72 |
| Hex | 7F | EE | CC | 2F | 0 | E | 7 | A2 | 4D | 48 |
| Octal | 177 | 356 | 314 | 57 | 0 | 16 | 7 | 242 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11001100 | 101111 | 0 | 1110 | 111 | 10100010 | 1001101 | 1001000 |
Color Harmonies of #7FEECC
Complementary color
Monochromatic Colors of #7FEECC
Black with #7FEECC
Text Example
Text Example
White with #7FEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEECC; }
p { color: rgb(127,238,204); }
H1.HeaderClassName
{
color: #7FEECC;
}
.AnyTagClassName
{
color: #7FEECC;
}
</style>
background-color css
<style>
a { background-color: #7FEECC; }
a { background-color: rgb(127,238,204); }
div.DivClassName
{
background-color: #7FEECC;
}
.BgClassName
{
background-color: #7FEECC;
}
</style>
border-color css
<style>
span { border-color: #7FEECC; }
span { border-color: rgb(127,238,204); }
td.TdClassName
{
border-color: #7FEECC;
}
.TagClassName
{
border-color: #7FEECC;
}
</style>