Shades of Aquamarine #7BFFAF
Tints of Aquamarine #7BFFAF
RGB
CMYK
RGB Variations
Color information
#7BFFAF (or 0x7BFFAF) is known color: Aquamarine. HEX triplet: 7B, FF and AF. RGB value is (123,255,175). Sum of RGB (Red+Green+Blue) = 123+255+175=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFFAF is #840050. Grayscale: #CECECE. Windows color (decimal): -8650833 or 11534203. OLE color: 11534203.
HSL color Cylindrical-coordinate representation of color #7BFFAF: hue angle of 143.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFAF is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 175 | - |
| CMYK | 0.52 | 0 | 0.31 | 0 |
| HSL | 143.64º | 1% | 0.74% | - |
| HSV(B) | 143.64º | 0.52% | 1% | - |
| XYZ | 51.67 | 78.83 | 53.05 | - |
| YUV | 206.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 175 | 0.52 | 0 | 0.31 | 0 | 143.64 | 1 | 0.74 |
| Hex | 7B | FF | AF | 34 | 0 | 1F | 0 | 90 | 64 | 4A |
| Octal | 173 | 377 | 257 | 64 | 0 | 37 | 0 | 220 | 144 | 112 |
| Binary | 1111011 | 11111111 | 10101111 | 110100 | 0 | 11111 | 0 | 10010000 | 1100100 | 1001010 |
Color Harmonies of #7BFFAF
Complementary color
Monochromatic Colors of #7BFFAF
Black with #7BFFAF
Text Example
Text Example
White with #7BFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFAF; }
p { color: rgb(123,255,175); }
H1.HeaderClassName
{
color: #7BFFAF;
}
.AnyTagClassName
{
color: #7BFFAF;
}
</style>
background-color css
<style>
a { background-color: #7BFFAF; }
a { background-color: rgb(123,255,175); }
div.DivClassName
{
background-color: #7BFFAF;
}
.BgClassName
{
background-color: #7BFFAF;
}
</style>
border-color css
<style>
span { border-color: #7BFFAF; }
span { border-color: rgb(123,255,175); }
td.TdClassName
{
border-color: #7BFFAF;
}
.TagClassName
{
border-color: #7BFFAF;
}
</style>