Shades of Aquamarine #7BEDB7
Tints of Aquamarine #7BEDB7
RGB
CMYK
RGB Variations
Color information
#7BEDB7 (or 0x7BEDB7) is known color: Aquamarine. HEX triplet: 7B, ED and B7. RGB value is (123,237,183). Sum of RGB (Red+Green+Blue) = 123+237+183=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDB7 is #841248. Grayscale: #C4C4C4. Windows color (decimal): -8655433 or 12053883. OLE color: 12053883.
HSL color Cylindrical-coordinate representation of color #7BEDB7: hue angle of 151.58º 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 #7BEDB7 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 183 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.07 |
| HSL | 151.58º | 0.76% | 0.71% | - |
| HSV(B) | 151.58º | 0.48% | 0.93% | - |
| XYZ | 47 | 68.2 | 55.49 | - |
| YUV | 196.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 183 | 0.48 | 0 | 0.23 | 0.07 | 151.58 | 0.76 | 0.71 |
| Hex | 7B | ED | B7 | 30 | 0 | 17 | 7 | 98 | 4C | 47 |
| Octal | 173 | 355 | 267 | 60 | 0 | 27 | 7 | 230 | 114 | 107 |
| Binary | 1111011 | 11101101 | 10110111 | 110000 | 0 | 10111 | 111 | 10011000 | 1001100 | 1000111 |
Color Harmonies of #7BEDB7
Complementary color
Monochromatic Colors of #7BEDB7
Black with #7BEDB7
Text Example
Text Example
White with #7BEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDB7; }
p { color: rgb(123,237,183); }
H1.HeaderClassName
{
color: #7BEDB7;
}
.AnyTagClassName
{
color: #7BEDB7;
}
</style>
background-color css
<style>
a { background-color: #7BEDB7; }
a { background-color: rgb(123,237,183); }
div.DivClassName
{
background-color: #7BEDB7;
}
.BgClassName
{
background-color: #7BEDB7;
}
</style>
border-color css
<style>
span { border-color: #7BEDB7; }
span { border-color: rgb(123,237,183); }
td.TdClassName
{
border-color: #7BEDB7;
}
.TagClassName
{
border-color: #7BEDB7;
}
</style>