Shades of Aquamarine #7BFCD0
Tints of Aquamarine #7BFCD0
RGB
CMYK
RGB Variations
Color information
#7BFCD0 (or 0x7BFCD0) is known color: Aquamarine. HEX triplet: 7B, FC and D0. RGB value is (123,252,208). Sum of RGB (Red+Green+Blue) = 123+252+208=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCD0 is #84032F. Grayscale: #D0D0D0. Windows color (decimal): -8651568 or 13696123. OLE color: 13696123.
HSL color Cylindrical-coordinate representation of color #7BFCD0: hue angle of 159.53º degrees, saturation: 0.96, 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 #7BFCD0 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 208 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.01 |
| HSL | 159.53º | 0.96% | 0.74% | - |
| HSV(B) | 159.53º | 0.51% | 0.99% | - |
| XYZ | 54.36 | 78.39 | 71.94 | - |
| YUV | 208.41 | 127.76 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 208 | 0.51 | 0 | 0.17 | 0.01 | 159.53 | 0.96 | 0.74 |
| Hex | 7B | FC | D0 | 33 | 0 | 11 | 1 | A0 | 60 | 4A |
| Octal | 173 | 374 | 320 | 63 | 0 | 21 | 1 | 240 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11010000 | 110011 | 0 | 10001 | 1 | 10100000 | 1100000 | 1001010 |
Color Harmonies of #7BFCD0
Complementary color
Monochromatic Colors of #7BFCD0
Black with #7BFCD0
Text Example
Text Example
White with #7BFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCD0; }
p { color: rgb(123,252,208); }
H1.HeaderClassName
{
color: #7BFCD0;
}
.AnyTagClassName
{
color: #7BFCD0;
}
</style>
background-color css
<style>
a { background-color: #7BFCD0; }
a { background-color: rgb(123,252,208); }
div.DivClassName
{
background-color: #7BFCD0;
}
.BgClassName
{
background-color: #7BFCD0;
}
</style>
border-color css
<style>
span { border-color: #7BFCD0; }
span { border-color: rgb(123,252,208); }
td.TdClassName
{
border-color: #7BFCD0;
}
.TagClassName
{
border-color: #7BFCD0;
}
</style>