Shades of Aquamarine #7BEFBD
Tints of Aquamarine #7BEFBD
RGB
CMYK
RGB Variations
Color information
#7BEFBD (or 0x7BEFBD) is known color: Aquamarine. HEX triplet: 7B, EF and BD. RGB value is (123,239,189). Sum of RGB (Red+Green+Blue) = 123+239+189=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFBD is #841042. Grayscale: #C6C6C6. Windows color (decimal): -8654915 or 12447611. OLE color: 12447611.
HSL color Cylindrical-coordinate representation of color #7BEFBD: hue angle of 154.14º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFBD is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 189 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.06 |
| HSL | 154.14º | 0.78% | 0.71% | - |
| HSV(B) | 154.14º | 0.49% | 0.94% | - |
| XYZ | 48.22 | 69.62 | 59.04 | - |
| YUV | 198.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 189 | 0.49 | 0 | 0.21 | 0.06 | 154.14 | 0.78 | 0.71 |
| Hex | 7B | EF | BD | 31 | 0 | 15 | 6 | 9A | 4E | 47 |
| Octal | 173 | 357 | 275 | 61 | 0 | 25 | 6 | 232 | 116 | 107 |
| Binary | 1111011 | 11101111 | 10111101 | 110001 | 0 | 10101 | 110 | 10011010 | 1001110 | 1000111 |
Color Harmonies of #7BEFBD
Complementary color
Monochromatic Colors of #7BEFBD
Black with #7BEFBD
Text Example
Text Example
White with #7BEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFBD; }
p { color: rgb(123,239,189); }
H1.HeaderClassName
{
color: #7BEFBD;
}
.AnyTagClassName
{
color: #7BEFBD;
}
</style>
background-color css
<style>
a { background-color: #7BEFBD; }
a { background-color: rgb(123,239,189); }
div.DivClassName
{
background-color: #7BEFBD;
}
.BgClassName
{
background-color: #7BEFBD;
}
</style>
border-color css
<style>
span { border-color: #7BEFBD; }
span { border-color: rgb(123,239,189); }
td.TdClassName
{
border-color: #7BEFBD;
}
.TagClassName
{
border-color: #7BEFBD;
}
</style>