Shades of Aquamarine #7DF8BB
Tints of Aquamarine #7DF8BB
RGB
CMYK
RGB Variations
Color information
#7DF8BB (or 0x7DF8BB) is known color: Aquamarine. HEX triplet: 7D, F8 and BB. RGB value is (125,248,187). Sum of RGB (Red+Green+Blue) = 125+248+187=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF8BB is #820744. Grayscale: #CCCCCC. Windows color (decimal): -8521541 or 12318845. OLE color: 12318845.
HSL color Cylindrical-coordinate representation of color #7DF8BB: hue angle of 150.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8BB is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 187 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.03 |
| HSL | 150.24º | 0.9% | 0.73% | - |
| HSV(B) | 150.24º | 0.5% | 0.97% | - |
| XYZ | 50.99 | 75.08 | 58.82 | - |
| YUV | 204.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 187 | 0.50 | 0 | 0.25 | 0.03 | 150.24 | 0.9 | 0.73 |
| Hex | 7D | F8 | BB | 32 | 0 | 19 | 3 | 96 | 5A | 49 |
| Octal | 175 | 370 | 273 | 62 | 0 | 31 | 3 | 226 | 132 | 111 |
| Binary | 1111101 | 11111000 | 10111011 | 110010 | 0 | 11001 | 11 | 10010110 | 1011010 | 1001001 |
Color Harmonies of #7DF8BB
Complementary color
Monochromatic Colors of #7DF8BB
Black with #7DF8BB
Text Example
Text Example
White with #7DF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8BB; }
p { color: rgb(125,248,187); }
H1.HeaderClassName
{
color: #7DF8BB;
}
.AnyTagClassName
{
color: #7DF8BB;
}
</style>
background-color css
<style>
a { background-color: #7DF8BB; }
a { background-color: rgb(125,248,187); }
div.DivClassName
{
background-color: #7DF8BB;
}
.BgClassName
{
background-color: #7DF8BB;
}
</style>
border-color css
<style>
span { border-color: #7DF8BB; }
span { border-color: rgb(125,248,187); }
td.TdClassName
{
border-color: #7DF8BB;
}
.TagClassName
{
border-color: #7DF8BB;
}
</style>