Shades of Aquamarine #7BFCAF
Tints of Aquamarine #7BFCAF
RGB
CMYK
RGB Variations
Color information
#7BFCAF (or 0x7BFCAF) is known color: Aquamarine. HEX triplet: 7B, FC and AF. RGB value is (123,252,175). Sum of RGB (Red+Green+Blue) = 123+252+175=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFCAF is #840350. Grayscale: #CCCCCC. Windows color (decimal): -8651601 or 11533435. OLE color: 11533435.
HSL color Cylindrical-coordinate representation of color #7BFCAF: hue angle of 144.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCAF is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 175 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.01 |
| HSL | 144.19º | 0.96% | 0.74% | - |
| HSV(B) | 144.19º | 0.51% | 0.99% | - |
| XYZ | 50.72 | 76.93 | 52.73 | - |
| YUV | 204.65 | 111.26 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 175 | 0.51 | 0 | 0.31 | 0.01 | 144.19 | 0.96 | 0.74 |
| Hex | 7B | FC | AF | 33 | 0 | 1F | 1 | 90 | 60 | 4A |
| Octal | 173 | 374 | 257 | 63 | 0 | 37 | 1 | 220 | 140 | 112 |
| Binary | 1111011 | 11111100 | 10101111 | 110011 | 0 | 11111 | 1 | 10010000 | 1100000 | 1001010 |
Color Harmonies of #7BFCAF
Complementary color
Monochromatic Colors of #7BFCAF
Black with #7BFCAF
Text Example
Text Example
White with #7BFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCAF; }
p { color: rgb(123,252,175); }
H1.HeaderClassName
{
color: #7BFCAF;
}
.AnyTagClassName
{
color: #7BFCAF;
}
</style>
background-color css
<style>
a { background-color: #7BFCAF; }
a { background-color: rgb(123,252,175); }
div.DivClassName
{
background-color: #7BFCAF;
}
.BgClassName
{
background-color: #7BFCAF;
}
</style>
border-color css
<style>
span { border-color: #7BFCAF; }
span { border-color: rgb(123,252,175); }
td.TdClassName
{
border-color: #7BFCAF;
}
.TagClassName
{
border-color: #7BFCAF;
}
</style>