Shades of Aquamarine #7FEEDF
Tints of Aquamarine #7FEEDF
RGB
CMYK
RGB Variations
Color information
#7FEEDF (or 0x7FEEDF) is known color: Aquamarine. HEX triplet: 7F, EE and DF. RGB value is (127,238,223). Sum of RGB (Red+Green+Blue) = 127+238+223=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEEDF is #801120. Grayscale: #CBCBCB. Windows color (decimal): -8392993 or 14675583. OLE color: 14675583.
HSL color Cylindrical-coordinate representation of color #7FEEDF: hue angle of 171.89º 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 #7FEEDF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 223 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.07 |
| HSL | 171.89º | 0.77% | 0.72% | - |
| HSV(B) | 171.89º | 0.47% | 0.93% | - |
| XYZ | 52.65 | 70.99 | 80.74 | - |
| YUV | 203.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 223 | 0.47 | 0 | 0.06 | 0.07 | 171.89 | 0.77 | 0.72 |
| Hex | 7F | EE | DF | 2F | 0 | 6 | 7 | AC | 4D | 48 |
| Octal | 177 | 356 | 337 | 57 | 0 | 6 | 7 | 254 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11011111 | 101111 | 0 | 110 | 111 | 10101100 | 1001101 | 1001000 |
Color Harmonies of #7FEEDF
Complementary color
Monochromatic Colors of #7FEEDF
Black with #7FEEDF
Text Example
Text Example
White with #7FEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEDF; }
p { color: rgb(127,238,223); }
H1.HeaderClassName
{
color: #7FEEDF;
}
.AnyTagClassName
{
color: #7FEEDF;
}
</style>
background-color css
<style>
a { background-color: #7FEEDF; }
a { background-color: rgb(127,238,223); }
div.DivClassName
{
background-color: #7FEEDF;
}
.BgClassName
{
background-color: #7FEEDF;
}
</style>
border-color css
<style>
span { border-color: #7FEEDF; }
span { border-color: rgb(127,238,223); }
td.TdClassName
{
border-color: #7FEEDF;
}
.TagClassName
{
border-color: #7FEEDF;
}
</style>