Shades of Aquamarine #7BEFBC
Tints of Aquamarine #7BEFBC
RGB
CMYK
RGB Variations
Color information
#7BEFBC (or 0x7BEFBC) is known color: Aquamarine. HEX triplet: 7B, EF and BC. RGB value is (123,239,188). Sum of RGB (Red+Green+Blue) = 123+239+188=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFBC is #841043. Grayscale: #C6C6C6. Windows color (decimal): -8654916 or 12382075. OLE color: 12382075.
HSL color Cylindrical-coordinate representation of color #7BEFBC: hue angle of 153.62º 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 #7BEFBC is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 188 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.06 |
| HSL | 153.62º | 0.78% | 0.71% | - |
| HSV(B) | 153.62º | 0.49% | 0.94% | - |
| XYZ | 48.11 | 69.57 | 58.47 | - |
| YUV | 198.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 188 | 0.49 | 0 | 0.21 | 0.06 | 153.62 | 0.78 | 0.71 |
| Hex | 7B | EF | BC | 31 | 0 | 15 | 6 | 9A | 4E | 47 |
| Octal | 173 | 357 | 274 | 61 | 0 | 25 | 6 | 232 | 116 | 107 |
| Binary | 1111011 | 11101111 | 10111100 | 110001 | 0 | 10101 | 110 | 10011010 | 1001110 | 1000111 |
Color Harmonies of #7BEFBC
Complementary color
Monochromatic Colors of #7BEFBC
Black with #7BEFBC
Text Example
Text Example
White with #7BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFBC; }
p { color: rgb(123,239,188); }
H1.HeaderClassName
{
color: #7BEFBC;
}
.AnyTagClassName
{
color: #7BEFBC;
}
</style>
background-color css
<style>
a { background-color: #7BEFBC; }
a { background-color: rgb(123,239,188); }
div.DivClassName
{
background-color: #7BEFBC;
}
.BgClassName
{
background-color: #7BEFBC;
}
</style>
border-color css
<style>
span { border-color: #7BEFBC; }
span { border-color: rgb(123,239,188); }
td.TdClassName
{
border-color: #7BEFBC;
}
.TagClassName
{
border-color: #7BEFBC;
}
</style>