Shades of Aquamarine #7BEEBC
Tints of Aquamarine #7BEEBC
RGB
CMYK
RGB Variations
Color information
#7BEEBC (or 0x7BEEBC) is known color: Aquamarine. HEX triplet: 7B, EE and BC. RGB value is (123,238,188). Sum of RGB (Red+Green+Blue) = 123+238+188=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEBC is #841143. Grayscale: #C6C6C6. Windows color (decimal): -8655172 or 12381819. OLE color: 12381819.
HSL color Cylindrical-coordinate representation of color #7BEEBC: hue angle of 153.91º 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 #7BEEBC is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 188 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.07 |
| HSL | 153.91º | 0.77% | 0.71% | - |
| HSV(B) | 153.91º | 0.48% | 0.93% | - |
| XYZ | 47.82 | 68.99 | 58.37 | - |
| YUV | 197.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 188 | 0.48 | 0 | 0.21 | 0.07 | 153.91 | 0.77 | 0.71 |
| Hex | 7B | EE | BC | 30 | 0 | 15 | 7 | 9A | 4D | 47 |
| Octal | 173 | 356 | 274 | 60 | 0 | 25 | 7 | 232 | 115 | 107 |
| Binary | 1111011 | 11101110 | 10111100 | 110000 | 0 | 10101 | 111 | 10011010 | 1001101 | 1000111 |
Color Harmonies of #7BEEBC
Complementary color
Monochromatic Colors of #7BEEBC
Black with #7BEEBC
Text Example
Text Example
White with #7BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEBC; }
p { color: rgb(123,238,188); }
H1.HeaderClassName
{
color: #7BEEBC;
}
.AnyTagClassName
{
color: #7BEEBC;
}
</style>
background-color css
<style>
a { background-color: #7BEEBC; }
a { background-color: rgb(123,238,188); }
div.DivClassName
{
background-color: #7BEEBC;
}
.BgClassName
{
background-color: #7BEEBC;
}
</style>
border-color css
<style>
span { border-color: #7BEEBC; }
span { border-color: rgb(123,238,188); }
td.TdClassName
{
border-color: #7BEEBC;
}
.TagClassName
{
border-color: #7BEEBC;
}
</style>