Shades of Aquamarine #7BFCDF
Tints of Aquamarine #7BFCDF
RGB
CMYK
RGB Variations
Color information
#7BFCDF (or 0x7BFCDF) is known color: Aquamarine. HEX triplet: 7B, FC and DF. RGB value is (123,252,223). Sum of RGB (Red+Green+Blue) = 123+252+223=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCDF is #840320. Grayscale: #D2D2D2. Windows color (decimal): -8651553 or 14679163. OLE color: 14679163.
HSL color Cylindrical-coordinate representation of color #7BFCDF: hue angle of 166.51º 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 #7BFCDF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 223 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.01 |
| HSL | 166.51º | 0.96% | 0.74% | - |
| HSV(B) | 166.51º | 0.51% | 0.99% | - |
| XYZ | 56.3 | 79.16 | 82.12 | - |
| YUV | 210.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 223 | 0.51 | 0 | 0.12 | 0.01 | 166.51 | 0.96 | 0.74 |
| Hex | 7B | FC | DF | 33 | 0 | C | 1 | A7 | 60 | 4A |
| Octal | 173 | 374 | 337 | 63 | 0 | 14 | 1 | 247 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11011111 | 110011 | 0 | 1100 | 1 | 10100111 | 1100000 | 1001010 |
Color Harmonies of #7BFCDF
Complementary color
Monochromatic Colors of #7BFCDF
Black with #7BFCDF
Text Example
Text Example
White with #7BFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCDF; }
p { color: rgb(123,252,223); }
H1.HeaderClassName
{
color: #7BFCDF;
}
.AnyTagClassName
{
color: #7BFCDF;
}
</style>
background-color css
<style>
a { background-color: #7BFCDF; }
a { background-color: rgb(123,252,223); }
div.DivClassName
{
background-color: #7BFCDF;
}
.BgClassName
{
background-color: #7BFCDF;
}
</style>
border-color css
<style>
span { border-color: #7BFCDF; }
span { border-color: rgb(123,252,223); }
td.TdClassName
{
border-color: #7BFCDF;
}
.TagClassName
{
border-color: #7BFCDF;
}
</style>