Shades of Aquamarine #7BFBCB
Tints of Aquamarine #7BFBCB
RGB
CMYK
RGB Variations
Color information
#7BFBCB (or 0x7BFBCB) is known color: Aquamarine. HEX triplet: 7B, FB and CB. RGB value is (123,251,203). Sum of RGB (Red+Green+Blue) = 123+251+203=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBCB is #840434. Grayscale: #CFCFCF. Windows color (decimal): -8651829 or 13368187. OLE color: 13368187.
HSL color Cylindrical-coordinate representation of color #7BFBCB: hue angle of 157.5º 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 #7BFBCB is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 203 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.02 |
| HSL | 157.5º | 0.94% | 0.73% | - |
| HSV(B) | 157.5º | 0.51% | 0.98% | - |
| XYZ | 53.45 | 77.52 | 68.65 | - |
| YUV | 207.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 203 | 0.51 | 0 | 0.19 | 0.02 | 157.5 | 0.94 | 0.73 |
| Hex | 7B | FB | CB | 33 | 0 | 13 | 2 | 9E | 5E | 49 |
| Octal | 173 | 373 | 313 | 63 | 0 | 23 | 2 | 236 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11001011 | 110011 | 0 | 10011 | 10 | 10011110 | 1011110 | 1001001 |
Color Harmonies of #7BFBCB
Complementary color
Monochromatic Colors of #7BFBCB
Black with #7BFBCB
Text Example
Text Example
White with #7BFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBCB; }
p { color: rgb(123,251,203); }
H1.HeaderClassName
{
color: #7BFBCB;
}
.AnyTagClassName
{
color: #7BFBCB;
}
</style>
background-color css
<style>
a { background-color: #7BFBCB; }
a { background-color: rgb(123,251,203); }
div.DivClassName
{
background-color: #7BFBCB;
}
.BgClassName
{
background-color: #7BFBCB;
}
</style>
border-color css
<style>
span { border-color: #7BFBCB; }
span { border-color: rgb(123,251,203); }
td.TdClassName
{
border-color: #7BFBCB;
}
.TagClassName
{
border-color: #7BFBCB;
}
</style>