Shades of Aquamarine #7BFECC
Tints of Aquamarine #7BFECC
RGB
CMYK
RGB Variations
Color information
#7BFECC (or 0x7BFECC) is known color: Aquamarine. HEX triplet: 7B, FE and CC. RGB value is (123,254,204). Sum of RGB (Red+Green+Blue) = 123+254+204=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFECC is #840133. Grayscale: #D1D1D1. Windows color (decimal): -8651060 or 13434491. OLE color: 13434491.
HSL color Cylindrical-coordinate representation of color #7BFECC: hue angle of 157.1º 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 #7BFECC is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 204 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.00 |
| HSL | 157.1º | 0.98% | 0.74% | - |
| HSV(B) | 157.1º | 0.52% | 1% | - |
| XYZ | 54.51 | 79.45 | 69.59 | - |
| YUV | 209.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 204 | 0.52 | 0 | 0.20 | 0.00 | 157.1 | 0.98 | 0.74 |
| Hex | 7B | FE | CC | 34 | 0 | 14 | 0 | 9D | 62 | 4A |
| Octal | 173 | 376 | 314 | 64 | 0 | 24 | 0 | 235 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11001100 | 110100 | 0 | 10100 | 0 | 10011101 | 1100010 | 1001010 |
Color Harmonies of #7BFECC
Complementary color
Monochromatic Colors of #7BFECC
Black with #7BFECC
Text Example
Text Example
White with #7BFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFECC; }
p { color: rgb(123,254,204); }
H1.HeaderClassName
{
color: #7BFECC;
}
.AnyTagClassName
{
color: #7BFECC;
}
</style>
background-color css
<style>
a { background-color: #7BFECC; }
a { background-color: rgb(123,254,204); }
div.DivClassName
{
background-color: #7BFECC;
}
.BgClassName
{
background-color: #7BFECC;
}
</style>
border-color css
<style>
span { border-color: #7BFECC; }
span { border-color: rgb(123,254,204); }
td.TdClassName
{
border-color: #7BFECC;
}
.TagClassName
{
border-color: #7BFECC;
}
</style>