Shades of Aquamarine #7DEEBF
Tints of Aquamarine #7DEEBF
RGB
CMYK
RGB Variations
Color information
#7DEEBF (or 0x7DEEBF) is known color: Aquamarine. HEX triplet: 7D, EE and BF. RGB value is (125,238,191). Sum of RGB (Red+Green+Blue) = 125+238+191=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEBF is #821140. Grayscale: #C6C6C6. Windows color (decimal): -8524097 or 12578429. OLE color: 12578429.
HSL color Cylindrical-coordinate representation of color #7DEEBF: hue angle of 155.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEBF is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 191 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.07 |
| HSL | 155.04º | 0.77% | 0.71% | - |
| HSV(B) | 155.04º | 0.47% | 0.93% | - |
| XYZ | 48.44 | 69.27 | 60.11 | - |
| YUV | 198.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 191 | 0.47 | 0 | 0.20 | 0.07 | 155.04 | 0.77 | 0.71 |
| Hex | 7D | EE | BF | 2F | 0 | 14 | 7 | 9B | 4D | 47 |
| Octal | 175 | 356 | 277 | 57 | 0 | 24 | 7 | 233 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10111111 | 101111 | 0 | 10100 | 111 | 10011011 | 1001101 | 1000111 |
Color Harmonies of #7DEEBF
Complementary color
Monochromatic Colors of #7DEEBF
Black with #7DEEBF
Text Example
Text Example
White with #7DEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEBF; }
p { color: rgb(125,238,191); }
H1.HeaderClassName
{
color: #7DEEBF;
}
.AnyTagClassName
{
color: #7DEEBF;
}
</style>
background-color css
<style>
a { background-color: #7DEEBF; }
a { background-color: rgb(125,238,191); }
div.DivClassName
{
background-color: #7DEEBF;
}
.BgClassName
{
background-color: #7DEEBF;
}
</style>
border-color css
<style>
span { border-color: #7DEEBF; }
span { border-color: rgb(125,238,191); }
td.TdClassName
{
border-color: #7DEEBF;
}
.TagClassName
{
border-color: #7DEEBF;
}
</style>