Shades of Aquamarine #7BFADC
Tints of Aquamarine #7BFADC
RGB
CMYK
RGB Variations
Color information
#7BFADC (or 0x7BFADC) is known color: Aquamarine. HEX triplet: 7B, FA and DC. RGB value is (123,250,220). Sum of RGB (Red+Green+Blue) = 123+250+220=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFADC is #840523. Grayscale: #D0D0D0. Windows color (decimal): -8652068 or 14482043. OLE color: 14482043.
HSL color Cylindrical-coordinate representation of color #7BFADC: hue angle of 165.83º 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 #7BFADC is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 220 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 165.83º | 0.93% | 0.73% | - |
| HSV(B) | 165.83º | 0.51% | 0.98% | - |
| XYZ | 55.27 | 77.75 | 79.8 | - |
| YUV | 208.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 220 | 0.51 | 0 | 0.12 | 0.02 | 165.83 | 0.93 | 0.73 |
| Hex | 7B | FA | DC | 33 | 0 | C | 2 | A6 | 5D | 49 |
| Octal | 173 | 372 | 334 | 63 | 0 | 14 | 2 | 246 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11011100 | 110011 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001001 |
Color Harmonies of #7BFADC
Complementary color
Monochromatic Colors of #7BFADC
Black with #7BFADC
Text Example
Text Example
White with #7BFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFADC; }
p { color: rgb(123,250,220); }
H1.HeaderClassName
{
color: #7BFADC;
}
.AnyTagClassName
{
color: #7BFADC;
}
</style>
background-color css
<style>
a { background-color: #7BFADC; }
a { background-color: rgb(123,250,220); }
div.DivClassName
{
background-color: #7BFADC;
}
.BgClassName
{
background-color: #7BFADC;
}
</style>
border-color css
<style>
span { border-color: #7BFADC; }
span { border-color: rgb(123,250,220); }
td.TdClassName
{
border-color: #7BFADC;
}
.TagClassName
{
border-color: #7BFADC;
}
</style>