Shades of Aquamarine #7FEADB
Tints of Aquamarine #7FEADB
RGB
CMYK
RGB Variations
Color information
#7FEADB (or 0x7FEADB) is known color: Aquamarine. HEX triplet: 7F, EA and DB. RGB value is (127,234,219). Sum of RGB (Red+Green+Blue) = 127+234+219=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEADB is #801524. Grayscale: #C8C8C8. Windows color (decimal): -8394021 or 14412415. OLE color: 14412415.
HSL color Cylindrical-coordinate representation of color #7FEADB: hue angle of 171.59º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEADB is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 219 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.08 |
| HSL | 171.59º | 0.72% | 0.71% | - |
| HSV(B) | 171.59º | 0.46% | 0.92% | - |
| XYZ | 50.96 | 68.47 | 77.55 | - |
| YUV | 200.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 219 | 0.46 | 0 | 0.06 | 0.08 | 171.59 | 0.72 | 0.71 |
| Hex | 7F | EA | DB | 2E | 0 | 6 | 8 | AC | 48 | 47 |
| Octal | 177 | 352 | 333 | 56 | 0 | 6 | 10 | 254 | 110 | 107 |
| Binary | 1111111 | 11101010 | 11011011 | 101110 | 0 | 110 | 1000 | 10101100 | 1001000 | 1000111 |
Color Harmonies of #7FEADB
Complementary color
Monochromatic Colors of #7FEADB
Black with #7FEADB
Text Example
Text Example
White with #7FEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEADB; }
p { color: rgb(127,234,219); }
H1.HeaderClassName
{
color: #7FEADB;
}
.AnyTagClassName
{
color: #7FEADB;
}
</style>
background-color css
<style>
a { background-color: #7FEADB; }
a { background-color: rgb(127,234,219); }
div.DivClassName
{
background-color: #7FEADB;
}
.BgClassName
{
background-color: #7FEADB;
}
</style>
border-color css
<style>
span { border-color: #7FEADB; }
span { border-color: rgb(127,234,219); }
td.TdClassName
{
border-color: #7FEADB;
}
.TagClassName
{
border-color: #7FEADB;
}
</style>