Shades of Aquamarine #7BEDB8
Tints of Aquamarine #7BEDB8
RGB
CMYK
RGB Variations
Color information
#7BEDB8 (or 0x7BEDB8) is known color: Aquamarine. HEX triplet: 7B, ED and B8. RGB value is (123,237,184). Sum of RGB (Red+Green+Blue) = 123+237+184=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDB8 is #841247. Grayscale: #C4C4C4. Windows color (decimal): -8655432 or 12119419. OLE color: 12119419.
HSL color Cylindrical-coordinate representation of color #7BEDB8: hue angle of 152.11º 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 #7BEDB8 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 184 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.07 |
| HSL | 152.11º | 0.76% | 0.71% | - |
| HSV(B) | 152.11º | 0.48% | 0.93% | - |
| XYZ | 47.1 | 68.24 | 56.04 | - |
| YUV | 196.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 184 | 0.48 | 0 | 0.22 | 0.07 | 152.11 | 0.76 | 0.71 |
| Hex | 7B | ED | B8 | 30 | 0 | 16 | 7 | 98 | 4C | 47 |
| Octal | 173 | 355 | 270 | 60 | 0 | 26 | 7 | 230 | 114 | 107 |
| Binary | 1111011 | 11101101 | 10111000 | 110000 | 0 | 10110 | 111 | 10011000 | 1001100 | 1000111 |
Color Harmonies of #7BEDB8
Complementary color
Monochromatic Colors of #7BEDB8
Black with #7BEDB8
Text Example
Text Example
White with #7BEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDB8; }
p { color: rgb(123,237,184); }
H1.HeaderClassName
{
color: #7BEDB8;
}
.AnyTagClassName
{
color: #7BEDB8;
}
</style>
background-color css
<style>
a { background-color: #7BEDB8; }
a { background-color: rgb(123,237,184); }
div.DivClassName
{
background-color: #7BEDB8;
}
.BgClassName
{
background-color: #7BEDB8;
}
</style>
border-color css
<style>
span { border-color: #7BEDB8; }
span { border-color: rgb(123,237,184); }
td.TdClassName
{
border-color: #7BEDB8;
}
.TagClassName
{
border-color: #7BEDB8;
}
</style>