Shades of Aquamarine #7BFDD0
Tints of Aquamarine #7BFDD0
RGB
CMYK
RGB Variations
Color information
#7BFDD0 (or 0x7BFDD0) is known color: Aquamarine. HEX triplet: 7B, FD and D0. RGB value is (123,253,208). Sum of RGB (Red+Green+Blue) = 123+253+208=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDD0 is #84022F. Grayscale: #D1D1D1. Windows color (decimal): -8651312 or 13696379. OLE color: 13696379.
HSL color Cylindrical-coordinate representation of color #7BFDD0: hue angle of 159.23º 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 #7BFDD0 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 208 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.01 |
| HSL | 159.23º | 0.97% | 0.74% | - |
| HSV(B) | 159.23º | 0.51% | 0.99% | - |
| XYZ | 54.68 | 79.02 | 72.04 | - |
| YUV | 209 | 127.43 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 208 | 0.51 | 0 | 0.18 | 0.01 | 159.23 | 0.97 | 0.74 |
| Hex | 7B | FD | D0 | 33 | 0 | 12 | 1 | 9F | 61 | 4A |
| Octal | 173 | 375 | 320 | 63 | 0 | 22 | 1 | 237 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11010000 | 110011 | 0 | 10010 | 1 | 10011111 | 1100001 | 1001010 |
Color Harmonies of #7BFDD0
Complementary color
Monochromatic Colors of #7BFDD0
Black with #7BFDD0
Text Example
Text Example
White with #7BFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDD0; }
p { color: rgb(123,253,208); }
H1.HeaderClassName
{
color: #7BFDD0;
}
.AnyTagClassName
{
color: #7BFDD0;
}
</style>
background-color css
<style>
a { background-color: #7BFDD0; }
a { background-color: rgb(123,253,208); }
div.DivClassName
{
background-color: #7BFDD0;
}
.BgClassName
{
background-color: #7BFDD0;
}
</style>
border-color css
<style>
span { border-color: #7BFDD0; }
span { border-color: rgb(123,253,208); }
td.TdClassName
{
border-color: #7BFDD0;
}
.TagClassName
{
border-color: #7BFDD0;
}
</style>