Shades of Aquamarine #7BFDAC
Tints of Aquamarine #7BFDAC
RGB
CMYK
RGB Variations
Color information
#7BFDAC (or 0x7BFDAC) is known color: Aquamarine. HEX triplet: 7B, FD and AC. RGB value is (123,253,172). Sum of RGB (Red+Green+Blue) = 123+253+172=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFDAC is #840253. Grayscale: #CDCDCD. Windows color (decimal): -8651348 or 11337083. OLE color: 11337083.
HSL color Cylindrical-coordinate representation of color #7BFDAC: hue angle of 142.62º degrees, saturation: 0.97, 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 #7BFDAC is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 172 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.01 |
| HSL | 142.62º | 0.97% | 0.74% | - |
| HSV(B) | 142.62º | 0.51% | 0.99% | - |
| XYZ | 50.74 | 77.44 | 51.3 | - |
| YUV | 204.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 172 | 0.51 | 0 | 0.32 | 0.01 | 142.62 | 0.97 | 0.74 |
| Hex | 7B | FD | AC | 33 | 0 | 20 | 1 | 8F | 61 | 4A |
| Octal | 173 | 375 | 254 | 63 | 0 | 40 | 1 | 217 | 141 | 112 |
| Binary | 1111011 | 11111101 | 10101100 | 110011 | 0 | 100000 | 1 | 10001111 | 1100001 | 1001010 |
Color Harmonies of #7BFDAC
Complementary color
Monochromatic Colors of #7BFDAC
Black with #7BFDAC
Text Example
Text Example
White with #7BFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDAC; }
p { color: rgb(123,253,172); }
H1.HeaderClassName
{
color: #7BFDAC;
}
.AnyTagClassName
{
color: #7BFDAC;
}
</style>
background-color css
<style>
a { background-color: #7BFDAC; }
a { background-color: rgb(123,253,172); }
div.DivClassName
{
background-color: #7BFDAC;
}
.BgClassName
{
background-color: #7BFDAC;
}
</style>
border-color css
<style>
span { border-color: #7BFDAC; }
span { border-color: rgb(123,253,172); }
td.TdClassName
{
border-color: #7BFDAC;
}
.TagClassName
{
border-color: #7BFDAC;
}
</style>