Shades of Aquamarine #7FEECF
Tints of Aquamarine #7FEECF
RGB
CMYK
RGB Variations
Color information
#7FEECF (or 0x7FEECF) is known color: Aquamarine. HEX triplet: 7F, EE and CF. RGB value is (127,238,207). Sum of RGB (Red+Green+Blue) = 127+238+207=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEECF is #801130. Grayscale: #C9C9C9. Windows color (decimal): -8393009 or 13627007. OLE color: 13627007.
HSL color Cylindrical-coordinate representation of color #7FEECF: hue angle of 163.24º 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 #7FEECF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 207 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.07 |
| HSL | 163.24º | 0.77% | 0.72% | - |
| HSV(B) | 163.24º | 0.47% | 0.93% | - |
| XYZ | 50.59 | 70.17 | 69.91 | - |
| YUV | 201.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 207 | 0.47 | 0 | 0.13 | 0.07 | 163.24 | 0.77 | 0.72 |
| Hex | 7F | EE | CF | 2F | 0 | D | 7 | A3 | 4D | 48 |
| Octal | 177 | 356 | 317 | 57 | 0 | 15 | 7 | 243 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11001111 | 101111 | 0 | 1101 | 111 | 10100011 | 1001101 | 1001000 |
Color Harmonies of #7FEECF
Complementary color
Monochromatic Colors of #7FEECF
Black with #7FEECF
Text Example
Text Example
White with #7FEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEECF; }
p { color: rgb(127,238,207); }
H1.HeaderClassName
{
color: #7FEECF;
}
.AnyTagClassName
{
color: #7FEECF;
}
</style>
background-color css
<style>
a { background-color: #7FEECF; }
a { background-color: rgb(127,238,207); }
div.DivClassName
{
background-color: #7FEECF;
}
.BgClassName
{
background-color: #7FEECF;
}
</style>
border-color css
<style>
span { border-color: #7FEECF; }
span { border-color: rgb(127,238,207); }
td.TdClassName
{
border-color: #7FEECF;
}
.TagClassName
{
border-color: #7FEECF;
}
</style>