Shades of Aquamarine #7BFBDA
Tints of Aquamarine #7BFBDA
RGB
CMYK
RGB Variations
Color information
#7BFBDA (or 0x7BFBDA) is known color: Aquamarine. HEX triplet: 7B, FB and DA. RGB value is (123,251,218). Sum of RGB (Red+Green+Blue) = 123+251+218=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBDA is #840425. Grayscale: #D0D0D0. Windows color (decimal): -8651814 or 14351227. OLE color: 14351227.
HSL color Cylindrical-coordinate representation of color #7BFBDA: hue angle of 164.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFBDA is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 218 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.02 |
| HSL | 164.53º | 0.94% | 0.73% | - |
| HSV(B) | 164.53º | 0.51% | 0.98% | - |
| XYZ | 55.32 | 78.27 | 78.52 | - |
| YUV | 208.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 218 | 0.51 | 0 | 0.13 | 0.02 | 164.53 | 0.94 | 0.73 |
| Hex | 7B | FB | DA | 33 | 0 | D | 2 | A5 | 5E | 49 |
| Octal | 173 | 373 | 332 | 63 | 0 | 15 | 2 | 245 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11011010 | 110011 | 0 | 1101 | 10 | 10100101 | 1011110 | 1001001 |
Color Harmonies of #7BFBDA
Complementary color
Monochromatic Colors of #7BFBDA
Black with #7BFBDA
Text Example
Text Example
White with #7BFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBDA; }
p { color: rgb(123,251,218); }
H1.HeaderClassName
{
color: #7BFBDA;
}
.AnyTagClassName
{
color: #7BFBDA;
}
</style>
background-color css
<style>
a { background-color: #7BFBDA; }
a { background-color: rgb(123,251,218); }
div.DivClassName
{
background-color: #7BFBDA;
}
.BgClassName
{
background-color: #7BFBDA;
}
</style>
border-color css
<style>
span { border-color: #7BFBDA; }
span { border-color: rgb(123,251,218); }
td.TdClassName
{
border-color: #7BFBDA;
}
.TagClassName
{
border-color: #7BFBDA;
}
</style>