Shades of Aquamarine #7FF5DB
Tints of Aquamarine #7FF5DB
RGB
CMYK
RGB Variations
Color information
#7FF5DB (or 0x7FF5DB) is known color: Aquamarine. HEX triplet: 7F, F5 and DB. RGB value is (127,245,219). Sum of RGB (Red+Green+Blue) = 127+245+219=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF5DB is #800A24. Grayscale: #CECECE. Windows color (decimal): -8391205 or 14415231. OLE color: 14415231.
HSL color Cylindrical-coordinate representation of color #7FF5DB: hue angle of 166.78º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5DB is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 245 | 219 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.04 |
| HSL | 166.78º | 0.86% | 0.73% | - |
| HSV(B) | 166.78º | 0.48% | 0.96% | - |
| XYZ | 54.19 | 74.93 | 78.62 | - |
| YUV | 206.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 245 | 219 | 0.48 | 0 | 0.11 | 0.04 | 166.78 | 0.86 | 0.73 |
| Hex | 7F | F5 | DB | 30 | 0 | B | 4 | A7 | 56 | 49 |
| Octal | 177 | 365 | 333 | 60 | 0 | 13 | 4 | 247 | 126 | 111 |
| Binary | 1111111 | 11110101 | 11011011 | 110000 | 0 | 1011 | 100 | 10100111 | 1010110 | 1001001 |
Color Harmonies of #7FF5DB
Complementary color
Monochromatic Colors of #7FF5DB
Black with #7FF5DB
Text Example
Text Example
White with #7FF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF5DB; }
p { color: rgb(127,245,219); }
H1.HeaderClassName
{
color: #7FF5DB;
}
.AnyTagClassName
{
color: #7FF5DB;
}
</style>
background-color css
<style>
a { background-color: #7FF5DB; }
a { background-color: rgb(127,245,219); }
div.DivClassName
{
background-color: #7FF5DB;
}
.BgClassName
{
background-color: #7FF5DB;
}
</style>
border-color css
<style>
span { border-color: #7FF5DB; }
span { border-color: rgb(127,245,219); }
td.TdClassName
{
border-color: #7FF5DB;
}
.TagClassName
{
border-color: #7FF5DB;
}
</style>