Shades of Aquamarine #7BFEB4
Tints of Aquamarine #7BFEB4
RGB
CMYK
RGB Variations
Color information
#7BFEB4 (or 0x7BFEB4) is known color: Aquamarine. HEX triplet: 7B, FE and B4. RGB value is (123,254,180). Sum of RGB (Red+Green+Blue) = 123+254+180=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEB4 is #84014B. Grayscale: #CECECE. Windows color (decimal): -8651084 or 11861627. OLE color: 11861627.
HSL color Cylindrical-coordinate representation of color #7BFEB4: hue angle of 146.11º 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 #7BFEB4 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 180 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.00 |
| HSL | 146.11º | 0.98% | 0.74% | - |
| HSV(B) | 146.11º | 0.52% | 1% | - |
| XYZ | 51.85 | 78.39 | 55.58 | - |
| YUV | 206.4 | 113.1 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 180 | 0.52 | 0 | 0.29 | 0.00 | 146.11 | 0.98 | 0.74 |
| Hex | 7B | FE | B4 | 34 | 0 | 1D | 0 | 92 | 62 | 4A |
| Octal | 173 | 376 | 264 | 64 | 0 | 35 | 0 | 222 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10110100 | 110100 | 0 | 11101 | 0 | 10010010 | 1100010 | 1001010 |
Color Harmonies of #7BFEB4
Complementary color
Monochromatic Colors of #7BFEB4
Black with #7BFEB4
Text Example
Text Example
White with #7BFEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEB4; }
p { color: rgb(123,254,180); }
H1.HeaderClassName
{
color: #7BFEB4;
}
.AnyTagClassName
{
color: #7BFEB4;
}
</style>
background-color css
<style>
a { background-color: #7BFEB4; }
a { background-color: rgb(123,254,180); }
div.DivClassName
{
background-color: #7BFEB4;
}
.BgClassName
{
background-color: #7BFEB4;
}
</style>
border-color css
<style>
span { border-color: #7BFEB4; }
span { border-color: rgb(123,254,180); }
td.TdClassName
{
border-color: #7BFEB4;
}
.TagClassName
{
border-color: #7BFEB4;
}
</style>