Shades of Aquamarine #7BFCD4
Tints of Aquamarine #7BFCD4
RGB
CMYK
RGB Variations
Color information
#7BFCD4 (or 0x7BFCD4) is known color: Aquamarine. HEX triplet: 7B, FC and D4. RGB value is (123,252,212). Sum of RGB (Red+Green+Blue) = 123+252+212=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCD4 is #84032B. Grayscale: #D0D0D0. Windows color (decimal): -8651564 or 13958267. OLE color: 13958267.
HSL color Cylindrical-coordinate representation of color #7BFCD4: hue angle of 161.4º 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 #7BFCD4 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 212 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.01 |
| HSL | 161.4º | 0.96% | 0.74% | - |
| HSV(B) | 161.4º | 0.51% | 0.99% | - |
| XYZ | 54.86 | 78.59 | 74.56 | - |
| YUV | 208.87 | 129.76 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 212 | 0.51 | 0 | 0.16 | 0.01 | 161.4 | 0.96 | 0.74 |
| Hex | 7B | FC | D4 | 33 | 0 | 10 | 1 | A1 | 60 | 4A |
| Octal | 173 | 374 | 324 | 63 | 0 | 20 | 1 | 241 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11010100 | 110011 | 0 | 10000 | 1 | 10100001 | 1100000 | 1001010 |
Color Harmonies of #7BFCD4
Complementary color
Monochromatic Colors of #7BFCD4
Black with #7BFCD4
Text Example
Text Example
White with #7BFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCD4; }
p { color: rgb(123,252,212); }
H1.HeaderClassName
{
color: #7BFCD4;
}
.AnyTagClassName
{
color: #7BFCD4;
}
</style>
background-color css
<style>
a { background-color: #7BFCD4; }
a { background-color: rgb(123,252,212); }
div.DivClassName
{
background-color: #7BFCD4;
}
.BgClassName
{
background-color: #7BFCD4;
}
</style>
border-color css
<style>
span { border-color: #7BFCD4; }
span { border-color: rgb(123,252,212); }
td.TdClassName
{
border-color: #7BFCD4;
}
.TagClassName
{
border-color: #7BFCD4;
}
</style>