Shades of Aquamarine #7CFCDB
Tints of Aquamarine #7CFCDB
RGB
CMYK
RGB Variations
Color information
#7CFCDB (or 0x7CFCDB) is known color: Aquamarine. HEX triplet: 7C, FC and DB. RGB value is (124,252,219). Sum of RGB (Red+Green+Blue) = 124+252+219=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCDB is #830324. Grayscale: #D1D1D1. Windows color (decimal): -8586021 or 14417020. OLE color: 14417020.
HSL color Cylindrical-coordinate representation of color #7CFCDB: hue angle of 164.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 #7CFCDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 219 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 164.53º | 0.96% | 0.74% | - |
| HSV(B) | 164.53º | 0.51% | 0.99% | - |
| XYZ | 55.91 | 79.02 | 79.32 | - |
| YUV | 209.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 219 | 0.51 | 0 | 0.13 | 0.01 | 164.53 | 0.96 | 0.74 |
| Hex | 7C | FC | DB | 33 | 0 | D | 1 | A5 | 60 | 4A |
| Octal | 174 | 374 | 333 | 63 | 0 | 15 | 1 | 245 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11011011 | 110011 | 0 | 1101 | 1 | 10100101 | 1100000 | 1001010 |
Color Harmonies of #7CFCDB
Complementary color
Monochromatic Colors of #7CFCDB
Black with #7CFCDB
Text Example
Text Example
White with #7CFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCDB; }
p { color: rgb(124,252,219); }
H1.HeaderClassName
{
color: #7CFCDB;
}
.AnyTagClassName
{
color: #7CFCDB;
}
</style>
background-color css
<style>
a { background-color: #7CFCDB; }
a { background-color: rgb(124,252,219); }
div.DivClassName
{
background-color: #7CFCDB;
}
.BgClassName
{
background-color: #7CFCDB;
}
</style>
border-color css
<style>
span { border-color: #7CFCDB; }
span { border-color: rgb(124,252,219); }
td.TdClassName
{
border-color: #7CFCDB;
}
.TagClassName
{
border-color: #7CFCDB;
}
</style>