Shades of Aquamarine #7EEED2
Tints of Aquamarine #7EEED2
RGB
CMYK
RGB Variations
Color information
#7EEED2 (or 0x7EEED2) is known color: Aquamarine. HEX triplet: 7E, EE and D2. RGB value is (126,238,210). Sum of RGB (Red+Green+Blue) = 126+238+210=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEED2 is #81112D. Grayscale: #C9C9C9. Windows color (decimal): -8458542 or 13823614. OLE color: 13823614.
HSL color Cylindrical-coordinate representation of color #7EEED2: hue angle of 165º 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 #7EEED2 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 126 | 238 | 210 | - |
CMYK | 0.47 | 0 | 0.12 | 0.07 |
HSL | 165º | 0.77% | 0.71% | - |
HSV(B) | 165º | 0.47% | 0.93% | - |
XYZ | 50.81 | 70.24 | 71.85 | - |
YUV | 201.32 | 132.89 | 74.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 238 | 210 | 0.47 | 0 | 0.12 | 0.07 | 165 | 0.77 | 0.71 |
Hex | 7E | EE | D2 | 2F | 0 | C | 7 | A5 | 4D | 47 |
Octal | 176 | 356 | 322 | 57 | 0 | 14 | 7 | 245 | 115 | 107 |
Binary | 1111110 | 11101110 | 11010010 | 101111 | 0 | 1100 | 111 | 10100101 | 1001101 | 1000111 |
Color Harmonies of #7EEED2
Complementary color
Monochromatic Colors of #7EEED2
Black with #7EEED2
Text Example
Text Example
White with #7EEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEED2; }
p { color: rgb(126,238,210); }
H1.HeaderClassName
{
color: #7EEED2;
}
.AnyTagClassName
{
color: #7EEED2;
}
</style>
background-color css
<style>
a { background-color: #7EEED2; }
a { background-color: rgb(126,238,210); }
div.DivClassName
{
background-color: #7EEED2;
}
.BgClassName
{
background-color: #7EEED2;
}
</style>
border-color css
<style>
span { border-color: #7EEED2; }
span { border-color: rgb(126,238,210); }
td.TdClassName
{
border-color: #7EEED2;
}
.TagClassName
{
border-color: #7EEED2;
}
</style>