Shades of Aquamarine #7BFBDC
Tints of Aquamarine #7BFBDC
RGB
CMYK
RGB Variations
Color information
#7BFBDC (or 0x7BFBDC) is known color: Aquamarine. HEX triplet: 7B, FB and DC. RGB value is (123,251,220). Sum of RGB (Red+Green+Blue) = 123+251+220=594 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.71% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBDC is #840423. Grayscale: #D1D1D1. Windows color (decimal): -8651812 or 14482299. OLE color: 14482299.
HSL color Cylindrical-coordinate representation of color #7BFBDC: hue angle of 165.47º 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 #7BFBDC is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 220 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 165.47º | 0.94% | 0.73% | - |
| HSV(B) | 165.47º | 0.51% | 0.98% | - |
| XYZ | 55.58 | 78.37 | 79.91 | - |
| YUV | 209.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 220 | 0.51 | 0 | 0.12 | 0.02 | 165.47 | 0.94 | 0.73 |
| Hex | 7B | FB | DC | 33 | 0 | C | 2 | A5 | 5E | 49 |
| Octal | 173 | 373 | 334 | 63 | 0 | 14 | 2 | 245 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11011100 | 110011 | 0 | 1100 | 10 | 10100101 | 1011110 | 1001001 |
Color Harmonies of #7BFBDC
Complementary color
Monochromatic Colors of #7BFBDC
Black with #7BFBDC
Text Example
Text Example
White with #7BFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBDC; }
p { color: rgb(123,251,220); }
H1.HeaderClassName
{
color: #7BFBDC;
}
.AnyTagClassName
{
color: #7BFBDC;
}
</style>
background-color css
<style>
a { background-color: #7BFBDC; }
a { background-color: rgb(123,251,220); }
div.DivClassName
{
background-color: #7BFBDC;
}
.BgClassName
{
background-color: #7BFBDC;
}
</style>
border-color css
<style>
span { border-color: #7BFBDC; }
span { border-color: rgb(123,251,220); }
td.TdClassName
{
border-color: #7BFBDC;
}
.TagClassName
{
border-color: #7BFBDC;
}
</style>