Shades of Aquamarine #7BEED1
Tints of Aquamarine #7BEED1
RGB
CMYK
RGB Variations
Color information
#7BEED1 (or 0x7BEED1) is known color: Aquamarine. HEX triplet: 7B, EE and D1. RGB value is (123,238,209). Sum of RGB (Red+Green+Blue) = 123+238+209=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEED1 is #84112E. Grayscale: #C8C8C8. Windows color (decimal): -8655151 or 13758075. OLE color: 13758075.
HSL color Cylindrical-coordinate representation of color #7BEED1: hue angle of 164.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEED1 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 209 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.07 |
| HSL | 164.87º | 0.77% | 0.71% | - |
| HSV(B) | 164.87º | 0.48% | 0.93% | - |
| XYZ | 50.25 | 69.96 | 71.18 | - |
| YUV | 200.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 209 | 0.48 | 0 | 0.12 | 0.07 | 164.87 | 0.77 | 0.71 |
| Hex | 7B | EE | D1 | 30 | 0 | C | 7 | A5 | 4D | 47 |
| Octal | 173 | 356 | 321 | 60 | 0 | 14 | 7 | 245 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11010001 | 110000 | 0 | 1100 | 111 | 10100101 | 1001101 | 1000111 |
Color Harmonies of #7BEED1
Complementary color
Monochromatic Colors of #7BEED1
Black with #7BEED1
Text Example
Text Example
White with #7BEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEED1; }
p { color: rgb(123,238,209); }
H1.HeaderClassName
{
color: #7BEED1;
}
.AnyTagClassName
{
color: #7BEED1;
}
</style>
background-color css
<style>
a { background-color: #7BEED1; }
a { background-color: rgb(123,238,209); }
div.DivClassName
{
background-color: #7BEED1;
}
.BgClassName
{
background-color: #7BEED1;
}
</style>
border-color css
<style>
span { border-color: #7BEED1; }
span { border-color: rgb(123,238,209); }
td.TdClassName
{
border-color: #7BEED1;
}
.TagClassName
{
border-color: #7BEED1;
}
</style>