Shades of Aquamarine #7BFECB
Tints of Aquamarine #7BFECB
RGB
CMYK
RGB Variations
Color information
#7BFECB (or 0x7BFECB) is known color: Aquamarine. HEX triplet: 7B, FE and CB. RGB value is (123,254,203). Sum of RGB (Red+Green+Blue) = 123+254+203=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFECB is #840134. Grayscale: #D1D1D1. Windows color (decimal): -8651061 or 13368955. OLE color: 13368955.
HSL color Cylindrical-coordinate representation of color #7BFECB: hue angle of 156.64º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFECB is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 203 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.00 |
| HSL | 156.64º | 0.98% | 0.74% | - |
| HSV(B) | 156.64º | 0.52% | 1% | - |
| XYZ | 54.39 | 79.41 | 68.96 | - |
| YUV | 209.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 203 | 0.52 | 0 | 0.20 | 0.00 | 156.64 | 0.98 | 0.74 |
| Hex | 7B | FE | CB | 34 | 0 | 14 | 0 | 9D | 62 | 4A |
| Octal | 173 | 376 | 313 | 64 | 0 | 24 | 0 | 235 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11001011 | 110100 | 0 | 10100 | 0 | 10011101 | 1100010 | 1001010 |
Color Harmonies of #7BFECB
Complementary color
Monochromatic Colors of #7BFECB
Black with #7BFECB
Text Example
Text Example
White with #7BFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFECB; }
p { color: rgb(123,254,203); }
H1.HeaderClassName
{
color: #7BFECB;
}
.AnyTagClassName
{
color: #7BFECB;
}
</style>
background-color css
<style>
a { background-color: #7BFECB; }
a { background-color: rgb(123,254,203); }
div.DivClassName
{
background-color: #7BFECB;
}
.BgClassName
{
background-color: #7BFECB;
}
</style>
border-color css
<style>
span { border-color: #7BFECB; }
span { border-color: rgb(123,254,203); }
td.TdClassName
{
border-color: #7BFECB;
}
.TagClassName
{
border-color: #7BFECB;
}
</style>