Shades of Aquamarine #7BFAD2
Tints of Aquamarine #7BFAD2
RGB
CMYK
RGB Variations
Color information
#7BFAD2 (or 0x7BFAD2) is known color: Aquamarine. HEX triplet: 7B, FA and D2. RGB value is (123,250,210). Sum of RGB (Red+Green+Blue) = 123+250+210=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAD2 is #84052D. Grayscale: #CFCFCF. Windows color (decimal): -8652078 or 13826683. OLE color: 13826683.
HSL color Cylindrical-coordinate representation of color #7BFAD2: hue angle of 161.1º 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 #7BFAD2 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 210 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.02 |
| HSL | 161.1º | 0.93% | 0.73% | - |
| HSV(B) | 161.1º | 0.51% | 0.98% | - |
| XYZ | 53.99 | 77.24 | 73.04 | - |
| YUV | 207.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 210 | 0.51 | 0 | 0.16 | 0.02 | 161.1 | 0.93 | 0.73 |
| Hex | 7B | FA | D2 | 33 | 0 | 10 | 2 | A1 | 5D | 49 |
| Octal | 173 | 372 | 322 | 63 | 0 | 20 | 2 | 241 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11010010 | 110011 | 0 | 10000 | 10 | 10100001 | 1011101 | 1001001 |
Color Harmonies of #7BFAD2
Complementary color
Monochromatic Colors of #7BFAD2
Black with #7BFAD2
Text Example
Text Example
White with #7BFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAD2; }
p { color: rgb(123,250,210); }
H1.HeaderClassName
{
color: #7BFAD2;
}
.AnyTagClassName
{
color: #7BFAD2;
}
</style>
background-color css
<style>
a { background-color: #7BFAD2; }
a { background-color: rgb(123,250,210); }
div.DivClassName
{
background-color: #7BFAD2;
}
.BgClassName
{
background-color: #7BFAD2;
}
</style>
border-color css
<style>
span { border-color: #7BFAD2; }
span { border-color: rgb(123,250,210); }
td.TdClassName
{
border-color: #7BFAD2;
}
.TagClassName
{
border-color: #7BFAD2;
}
</style>