Shades of Aquamarine #7DEEC1
Tints of Aquamarine #7DEEC1
RGB
CMYK
RGB Variations
Color information
#7DEEC1 (or 0x7DEEC1) is known color: Aquamarine. HEX triplet: 7D, EE and C1. RGB value is (125,238,193). Sum of RGB (Red+Green+Blue) = 125+238+193=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEC1 is #82113E. Grayscale: #C7C7C7. Windows color (decimal): -8524095 or 12709501. OLE color: 12709501.
HSL color Cylindrical-coordinate representation of color #7DEEC1: hue angle of 156.11º 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 #7DEEC1 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 193 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.07 |
| HSL | 156.11º | 0.77% | 0.71% | - |
| HSV(B) | 156.11º | 0.47% | 0.93% | - |
| XYZ | 48.66 | 69.36 | 61.28 | - |
| YUV | 199.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 193 | 0.47 | 0 | 0.19 | 0.07 | 156.11 | 0.77 | 0.71 |
| Hex | 7D | EE | C1 | 2F | 0 | 13 | 7 | 9C | 4D | 47 |
| Octal | 175 | 356 | 301 | 57 | 0 | 23 | 7 | 234 | 115 | 107 |
| Binary | 1111101 | 11101110 | 11000001 | 101111 | 0 | 10011 | 111 | 10011100 | 1001101 | 1000111 |
Color Harmonies of #7DEEC1
Complementary color
Monochromatic Colors of #7DEEC1
Black with #7DEEC1
Text Example
Text Example
White with #7DEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEC1; }
p { color: rgb(125,238,193); }
H1.HeaderClassName
{
color: #7DEEC1;
}
.AnyTagClassName
{
color: #7DEEC1;
}
</style>
background-color css
<style>
a { background-color: #7DEEC1; }
a { background-color: rgb(125,238,193); }
div.DivClassName
{
background-color: #7DEEC1;
}
.BgClassName
{
background-color: #7DEEC1;
}
</style>
border-color css
<style>
span { border-color: #7DEEC1; }
span { border-color: rgb(125,238,193); }
td.TdClassName
{
border-color: #7DEEC1;
}
.TagClassName
{
border-color: #7DEEC1;
}
</style>