Shades of Aquamarine #7FF3DB
Tints of Aquamarine #7FF3DB
RGB
CMYK
RGB Variations
Color information
#7FF3DB (or 0x7FF3DB) is known color: Aquamarine. HEX triplet: 7F, F3 and DB. RGB value is (127,243,219). Sum of RGB (Red+Green+Blue) = 127+243+219=589 (78% of max value = 765). Red value is 127 (50% from 255 or 21.56% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF3DB is #800C24. Grayscale: #CDCDCD. Windows color (decimal): -8391717 or 14414719. OLE color: 14414719.
HSL color Cylindrical-coordinate representation of color #7FF3DB: hue angle of 167.59º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3DB is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 219 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.05 |
| HSL | 167.59º | 0.83% | 0.73% | - |
| HSV(B) | 167.59º | 0.48% | 0.95% | - |
| XYZ | 53.59 | 73.73 | 78.42 | - |
| YUV | 205.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 219 | 0.48 | 0 | 0.10 | 0.05 | 167.59 | 0.83 | 0.73 |
| Hex | 7F | F3 | DB | 30 | 0 | A | 5 | A8 | 53 | 49 |
| Octal | 177 | 363 | 333 | 60 | 0 | 12 | 5 | 250 | 123 | 111 |
| Binary | 1111111 | 11110011 | 11011011 | 110000 | 0 | 1010 | 101 | 10101000 | 1010011 | 1001001 |
Color Harmonies of #7FF3DB
Complementary color
Monochromatic Colors of #7FF3DB
Black with #7FF3DB
Text Example
Text Example
White with #7FF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF3DB; }
p { color: rgb(127,243,219); }
H1.HeaderClassName
{
color: #7FF3DB;
}
.AnyTagClassName
{
color: #7FF3DB;
}
</style>
background-color css
<style>
a { background-color: #7FF3DB; }
a { background-color: rgb(127,243,219); }
div.DivClassName
{
background-color: #7FF3DB;
}
.BgClassName
{
background-color: #7FF3DB;
}
</style>
border-color css
<style>
span { border-color: #7FF3DB; }
span { border-color: rgb(127,243,219); }
td.TdClassName
{
border-color: #7FF3DB;
}
.TagClassName
{
border-color: #7FF3DB;
}
</style>