Shades of Aquamarine #7BFED2
Tints of Aquamarine #7BFED2
RGB
CMYK
RGB Variations
Color information
#7BFED2 (or 0x7BFED2) is known color: Aquamarine. HEX triplet: 7B, FE and D2. RGB value is (123,254,210). Sum of RGB (Red+Green+Blue) = 123+254+210=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFED2 is #84012D. Grayscale: #D1D1D1. Windows color (decimal): -8651054 or 13827707. OLE color: 13827707.
HSL color Cylindrical-coordinate representation of color #7BFED2: hue angle of 159.85º 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 #7BFED2 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 210 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.00 |
| HSL | 159.85º | 0.98% | 0.74% | - |
| HSV(B) | 159.85º | 0.52% | 1% | - |
| XYZ | 55.24 | 79.75 | 73.45 | - |
| YUV | 209.82 | 128.1 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 210 | 0.52 | 0 | 0.17 | 0.00 | 159.85 | 0.98 | 0.74 |
| Hex | 7B | FE | D2 | 34 | 0 | 11 | 0 | A0 | 62 | 4A |
| Octal | 173 | 376 | 322 | 64 | 0 | 21 | 0 | 240 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11010010 | 110100 | 0 | 10001 | 0 | 10100000 | 1100010 | 1001010 |
Color Harmonies of #7BFED2
Complementary color
Monochromatic Colors of #7BFED2
Black with #7BFED2
Text Example
Text Example
White with #7BFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFED2; }
p { color: rgb(123,254,210); }
H1.HeaderClassName
{
color: #7BFED2;
}
.AnyTagClassName
{
color: #7BFED2;
}
</style>
background-color css
<style>
a { background-color: #7BFED2; }
a { background-color: rgb(123,254,210); }
div.DivClassName
{
background-color: #7BFED2;
}
.BgClassName
{
background-color: #7BFED2;
}
</style>
border-color css
<style>
span { border-color: #7BFED2; }
span { border-color: rgb(123,254,210); }
td.TdClassName
{
border-color: #7BFED2;
}
.TagClassName
{
border-color: #7BFED2;
}
</style>