Shades of Aquamarine #7BFAD3
Tints of Aquamarine #7BFAD3
RGB
CMYK
RGB Variations
Color information
#7BFAD3 (or 0x7BFAD3) is known color: Aquamarine. HEX triplet: 7B, FA and D3. RGB value is (123,250,211). Sum of RGB (Red+Green+Blue) = 123+250+211=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAD3 is #84052C. Grayscale: #CFCFCF. Windows color (decimal): -8652077 or 13892219. OLE color: 13892219.
HSL color Cylindrical-coordinate representation of color #7BFAD3: hue angle of 161.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAD3 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 211 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.02 |
| HSL | 161.57º | 0.93% | 0.73% | - |
| HSV(B) | 161.57º | 0.51% | 0.98% | - |
| XYZ | 54.11 | 77.29 | 73.69 | - |
| YUV | 207.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 211 | 0.51 | 0 | 0.16 | 0.02 | 161.57 | 0.93 | 0.73 |
| Hex | 7B | FA | D3 | 33 | 0 | 10 | 2 | A2 | 5D | 49 |
| Octal | 173 | 372 | 323 | 63 | 0 | 20 | 2 | 242 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11010011 | 110011 | 0 | 10000 | 10 | 10100010 | 1011101 | 1001001 |
Color Harmonies of #7BFAD3
Complementary color
Monochromatic Colors of #7BFAD3
Black with #7BFAD3
Text Example
Text Example
White with #7BFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAD3; }
p { color: rgb(123,250,211); }
H1.HeaderClassName
{
color: #7BFAD3;
}
.AnyTagClassName
{
color: #7BFAD3;
}
</style>
background-color css
<style>
a { background-color: #7BFAD3; }
a { background-color: rgb(123,250,211); }
div.DivClassName
{
background-color: #7BFAD3;
}
.BgClassName
{
background-color: #7BFAD3;
}
</style>
border-color css
<style>
span { border-color: #7BFAD3; }
span { border-color: rgb(123,250,211); }
td.TdClassName
{
border-color: #7BFAD3;
}
.TagClassName
{
border-color: #7BFAD3;
}
</style>