Shades of Aquamarine #7BFFD1
Tints of Aquamarine #7BFFD1
RGB
CMYK
RGB Variations
Color information
#7BFFD1 (or 0x7BFFD1) is known color: Aquamarine. HEX triplet: 7B, FF and D1. RGB value is (123,255,209). Sum of RGB (Red+Green+Blue) = 123+255+209=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFD1 is #84002E. Grayscale: #D2D2D2. Windows color (decimal): -8650799 or 13762427. OLE color: 13762427.
HSL color Cylindrical-coordinate representation of color #7BFFD1: hue angle of 159.09º 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 #7BFFD1 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 209 | - |
| CMYK | 0.52 | 0 | 0.18 | 0 |
| HSL | 159.09º | 1% | 0.74% | - |
| HSV(B) | 159.09º | 0.52% | 1% | - |
| XYZ | 55.44 | 80.33 | 72.91 | - |
| YUV | 210.29 | 127.27 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 209 | 0.52 | 0 | 0.18 | 0 | 159.09 | 1 | 0.74 |
| Hex | 7B | FF | D1 | 34 | 0 | 12 | 0 | 9F | 64 | 4A |
| Octal | 173 | 377 | 321 | 64 | 0 | 22 | 0 | 237 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11010001 | 110100 | 0 | 10010 | 0 | 10011111 | 1100100 | 1001010 |
Color Harmonies of #7BFFD1
Complementary color
Monochromatic Colors of #7BFFD1
Black with #7BFFD1
Text Example
Text Example
White with #7BFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFD1; }
p { color: rgb(123,255,209); }
H1.HeaderClassName
{
color: #7BFFD1;
}
.AnyTagClassName
{
color: #7BFFD1;
}
</style>
background-color css
<style>
a { background-color: #7BFFD1; }
a { background-color: rgb(123,255,209); }
div.DivClassName
{
background-color: #7BFFD1;
}
.BgClassName
{
background-color: #7BFFD1;
}
</style>
border-color css
<style>
span { border-color: #7BFFD1; }
span { border-color: rgb(123,255,209); }
td.TdClassName
{
border-color: #7BFFD1;
}
.TagClassName
{
border-color: #7BFFD1;
}
</style>