Shades of Aquamarine #7BEED2
Tints of Aquamarine #7BEED2
RGB
CMYK
RGB Variations
Color information
#7BEED2 (or 0x7BEED2) is known color: Aquamarine. HEX triplet: 7B, EE and D2. RGB value is (123,238,210). Sum of RGB (Red+Green+Blue) = 123+238+210=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEED2 is #84112D. Grayscale: #C8C8C8. Windows color (decimal): -8655150 or 13823611. OLE color: 13823611.
HSL color Cylindrical-coordinate representation of color #7BEED2: hue angle of 165.39º 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 #7BEED2 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 210 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.07 |
| HSL | 165.39º | 0.77% | 0.71% | - |
| HSV(B) | 165.39º | 0.48% | 0.93% | - |
| XYZ | 50.38 | 70.01 | 71.83 | - |
| YUV | 200.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 210 | 0.48 | 0 | 0.12 | 0.07 | 165.39 | 0.77 | 0.71 |
| Hex | 7B | EE | D2 | 30 | 0 | C | 7 | A5 | 4D | 47 |
| Octal | 173 | 356 | 322 | 60 | 0 | 14 | 7 | 245 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11010010 | 110000 | 0 | 1100 | 111 | 10100101 | 1001101 | 1000111 |
Color Harmonies of #7BEED2
Complementary color
Monochromatic Colors of #7BEED2
Black with #7BEED2
Text Example
Text Example
White with #7BEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEED2; }
p { color: rgb(123,238,210); }
H1.HeaderClassName
{
color: #7BEED2;
}
.AnyTagClassName
{
color: #7BEED2;
}
</style>
background-color css
<style>
a { background-color: #7BEED2; }
a { background-color: rgb(123,238,210); }
div.DivClassName
{
background-color: #7BEED2;
}
.BgClassName
{
background-color: #7BEED2;
}
</style>
border-color css
<style>
span { border-color: #7BEED2; }
span { border-color: rgb(123,238,210); }
td.TdClassName
{
border-color: #7BEED2;
}
.TagClassName
{
border-color: #7BEED2;
}
</style>