Shades of Aquamarine #7FEDDB
Tints of Aquamarine #7FEDDB
RGB
CMYK
RGB Variations
Color information
#7FEDDB (or 0x7FEDDB) is known color: Aquamarine. HEX triplet: 7F, ED and DB. RGB value is (127,237,219). Sum of RGB (Red+Green+Blue) = 127+237+219=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDDB is #801224. Grayscale: #CACACA. Windows color (decimal): -8393253 or 14413183. OLE color: 14413183.
HSL color Cylindrical-coordinate representation of color #7FEDDB: hue angle of 170.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDDB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 219 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.07 |
| HSL | 170.18º | 0.75% | 0.71% | - |
| HSV(B) | 170.18º | 0.46% | 0.93% | - |
| XYZ | 51.82 | 70.19 | 77.84 | - |
| YUV | 202.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 219 | 0.46 | 0 | 0.08 | 0.07 | 170.18 | 0.75 | 0.71 |
| Hex | 7F | ED | DB | 2E | 0 | 8 | 7 | AA | 4B | 47 |
| Octal | 177 | 355 | 333 | 56 | 0 | 10 | 7 | 252 | 113 | 107 |
| Binary | 1111111 | 11101101 | 11011011 | 101110 | 0 | 1000 | 111 | 10101010 | 1001011 | 1000111 |
Color Harmonies of #7FEDDB
Complementary color
Monochromatic Colors of #7FEDDB
Black with #7FEDDB
Text Example
Text Example
White with #7FEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDDB; }
p { color: rgb(127,237,219); }
H1.HeaderClassName
{
color: #7FEDDB;
}
.AnyTagClassName
{
color: #7FEDDB;
}
</style>
background-color css
<style>
a { background-color: #7FEDDB; }
a { background-color: rgb(127,237,219); }
div.DivClassName
{
background-color: #7FEDDB;
}
.BgClassName
{
background-color: #7FEDDB;
}
</style>
border-color css
<style>
span { border-color: #7FEDDB; }
span { border-color: rgb(127,237,219); }
td.TdClassName
{
border-color: #7FEDDB;
}
.TagClassName
{
border-color: #7FEDDB;
}
</style>