Shades of Aquamarine #7BEEBD
Tints of Aquamarine #7BEEBD
RGB
CMYK
RGB Variations
Color information
#7BEEBD (or 0x7BEEBD) is known color: Aquamarine. HEX triplet: 7B, EE and BD. RGB value is (123,238,189). Sum of RGB (Red+Green+Blue) = 123+238+189=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEBD is #841142. Grayscale: #C6C6C6. Windows color (decimal): -8655171 or 12447355. OLE color: 12447355.
HSL color Cylindrical-coordinate representation of color #7BEEBD: hue angle of 154.43º 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 #7BEEBD is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 189 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.07 |
| HSL | 154.43º | 0.77% | 0.71% | - |
| HSV(B) | 154.43º | 0.48% | 0.93% | - |
| XYZ | 47.93 | 69.03 | 58.94 | - |
| YUV | 198.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 189 | 0.48 | 0 | 0.21 | 0.07 | 154.43 | 0.77 | 0.71 |
| Hex | 7B | EE | BD | 30 | 0 | 15 | 7 | 9A | 4D | 47 |
| Octal | 173 | 356 | 275 | 60 | 0 | 25 | 7 | 232 | 115 | 107 |
| Binary | 1111011 | 11101110 | 10111101 | 110000 | 0 | 10101 | 111 | 10011010 | 1001101 | 1000111 |
Color Harmonies of #7BEEBD
Complementary color
Monochromatic Colors of #7BEEBD
Black with #7BEEBD
Text Example
Text Example
White with #7BEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEBD; }
p { color: rgb(123,238,189); }
H1.HeaderClassName
{
color: #7BEEBD;
}
.AnyTagClassName
{
color: #7BEEBD;
}
</style>
background-color css
<style>
a { background-color: #7BEEBD; }
a { background-color: rgb(123,238,189); }
div.DivClassName
{
background-color: #7BEEBD;
}
.BgClassName
{
background-color: #7BEEBD;
}
</style>
border-color css
<style>
span { border-color: #7BEEBD; }
span { border-color: rgb(123,238,189); }
td.TdClassName
{
border-color: #7BEEBD;
}
.TagClassName
{
border-color: #7BEEBD;
}
</style>