Shades of Aquamarine #7BEDBF
Tints of Aquamarine #7BEDBF
RGB
CMYK
RGB Variations
Color information
#7BEDBF (or 0x7BEDBF) is known color: Aquamarine. HEX triplet: 7B, ED and BF. RGB value is (123,237,191). Sum of RGB (Red+Green+Blue) = 123+237+191=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDBF is #841240. Grayscale: #C5C5C5. Windows color (decimal): -8655425 or 12578171. OLE color: 12578171.
HSL color Cylindrical-coordinate representation of color #7BEDBF: hue angle of 155.79º degrees, saturation: 0.76, 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 #7BEDBF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 191 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.07 |
| HSL | 155.79º | 0.76% | 0.71% | - |
| HSV(B) | 155.79º | 0.48% | 0.93% | - |
| XYZ | 47.86 | 68.54 | 60 | - |
| YUV | 197.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 191 | 0.48 | 0 | 0.19 | 0.07 | 155.79 | 0.76 | 0.71 |
| Hex | 7B | ED | BF | 30 | 0 | 13 | 7 | 9C | 4C | 47 |
| Octal | 173 | 355 | 277 | 60 | 0 | 23 | 7 | 234 | 114 | 107 |
| Binary | 1111011 | 11101101 | 10111111 | 110000 | 0 | 10011 | 111 | 10011100 | 1001100 | 1000111 |
Color Harmonies of #7BEDBF
Complementary color
Monochromatic Colors of #7BEDBF
Black with #7BEDBF
Text Example
Text Example
White with #7BEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDBF; }
p { color: rgb(123,237,191); }
H1.HeaderClassName
{
color: #7BEDBF;
}
.AnyTagClassName
{
color: #7BEDBF;
}
</style>
background-color css
<style>
a { background-color: #7BEDBF; }
a { background-color: rgb(123,237,191); }
div.DivClassName
{
background-color: #7BEDBF;
}
.BgClassName
{
background-color: #7BEDBF;
}
</style>
border-color css
<style>
span { border-color: #7BEDBF; }
span { border-color: rgb(123,237,191); }
td.TdClassName
{
border-color: #7BEDBF;
}
.TagClassName
{
border-color: #7BEDBF;
}
</style>