Shades of Aquamarine #7FEEDC
Tints of Aquamarine #7FEEDC
RGB
CMYK
RGB Variations
Color information
#7FEEDC (or 0x7FEEDC) is known color: Aquamarine. HEX triplet: 7F, EE and DC. RGB value is (127,238,220). Sum of RGB (Red+Green+Blue) = 127+238+220=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEEDC is #801123. Grayscale: #CACACA. Windows color (decimal): -8392996 or 14478975. OLE color: 14478975.
HSL color Cylindrical-coordinate representation of color #7FEEDC: hue angle of 170.27º 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 #7FEEDC is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 220 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.07 |
| HSL | 170.27º | 0.77% | 0.72% | - |
| HSV(B) | 170.27º | 0.47% | 0.93% | - |
| XYZ | 52.25 | 70.83 | 78.63 | - |
| YUV | 202.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 220 | 0.47 | 0 | 0.08 | 0.07 | 170.27 | 0.77 | 0.72 |
| Hex | 7F | EE | DC | 2F | 0 | 8 | 7 | AA | 4D | 48 |
| Octal | 177 | 356 | 334 | 57 | 0 | 10 | 7 | 252 | 115 | 110 |
| Binary | 1111111 | 11101110 | 11011100 | 101111 | 0 | 1000 | 111 | 10101010 | 1001101 | 1001000 |
Color Harmonies of #7FEEDC
Complementary color
Monochromatic Colors of #7FEEDC
Black with #7FEEDC
Text Example
Text Example
White with #7FEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEDC; }
p { color: rgb(127,238,220); }
H1.HeaderClassName
{
color: #7FEEDC;
}
.AnyTagClassName
{
color: #7FEEDC;
}
</style>
background-color css
<style>
a { background-color: #7FEEDC; }
a { background-color: rgb(127,238,220); }
div.DivClassName
{
background-color: #7FEEDC;
}
.BgClassName
{
background-color: #7FEEDC;
}
</style>
border-color css
<style>
span { border-color: #7FEEDC; }
span { border-color: rgb(127,238,220); }
td.TdClassName
{
border-color: #7FEEDC;
}
.TagClassName
{
border-color: #7FEEDC;
}
</style>