Shades of Aquamarine #7BFED3
Tints of Aquamarine #7BFED3
RGB
CMYK
RGB Variations
Color information
#7BFED3 (or 0x7BFED3) is known color: Aquamarine. HEX triplet: 7B, FE and D3. RGB value is (123,254,211). Sum of RGB (Red+Green+Blue) = 123+254+211=588 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.92% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFED3 is #84012C. Grayscale: #D1D1D1. Windows color (decimal): -8651053 or 13893243. OLE color: 13893243.
HSL color Cylindrical-coordinate representation of color #7BFED3: hue angle of 160.31º 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 #7BFED3 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 211 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.00 |
| HSL | 160.31º | 0.98% | 0.74% | - |
| HSV(B) | 160.31º | 0.52% | 1% | - |
| XYZ | 55.37 | 79.8 | 74.11 | - |
| YUV | 209.93 | 128.6 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 211 | 0.52 | 0 | 0.17 | 0.00 | 160.31 | 0.98 | 0.74 |
| Hex | 7B | FE | D3 | 34 | 0 | 11 | 0 | A0 | 62 | 4A |
| Octal | 173 | 376 | 323 | 64 | 0 | 21 | 0 | 240 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11010011 | 110100 | 0 | 10001 | 0 | 10100000 | 1100010 | 1001010 |
Color Harmonies of #7BFED3
Complementary color
Monochromatic Colors of #7BFED3
Black with #7BFED3
Text Example
Text Example
White with #7BFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFED3; }
p { color: rgb(123,254,211); }
H1.HeaderClassName
{
color: #7BFED3;
}
.AnyTagClassName
{
color: #7BFED3;
}
</style>
background-color css
<style>
a { background-color: #7BFED3; }
a { background-color: rgb(123,254,211); }
div.DivClassName
{
background-color: #7BFED3;
}
.BgClassName
{
background-color: #7BFED3;
}
</style>
border-color css
<style>
span { border-color: #7BFED3; }
span { border-color: rgb(123,254,211); }
td.TdClassName
{
border-color: #7BFED3;
}
.TagClassName
{
border-color: #7BFED3;
}
</style>