Shades of Aquamarine #7CFBDB
Tints of Aquamarine #7CFBDB
RGB
CMYK
RGB Variations
Color information
#7CFBDB (or 0x7CFBDB) is known color: Aquamarine. HEX triplet: 7C, FB and DB. RGB value is (124,251,219). Sum of RGB (Red+Green+Blue) = 124+251+219=594 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.88% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBDB is #830424. Grayscale: #D1D1D1. Windows color (decimal): -8586277 or 14416764. OLE color: 14416764.
HSL color Cylindrical-coordinate representation of color #7CFBDB: hue angle of 164.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFBDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 219 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.02 |
| HSL | 164.88º | 0.94% | 0.74% | - |
| HSV(B) | 164.88º | 0.51% | 0.98% | - |
| XYZ | 55.6 | 78.39 | 79.22 | - |
| YUV | 209.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 219 | 0.51 | 0 | 0.13 | 0.02 | 164.88 | 0.94 | 0.74 |
| Hex | 7C | FB | DB | 33 | 0 | D | 2 | A5 | 5E | 4A |
| Octal | 174 | 373 | 333 | 63 | 0 | 15 | 2 | 245 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11011011 | 110011 | 0 | 1101 | 10 | 10100101 | 1011110 | 1001010 |
Color Harmonies of #7CFBDB
Complementary color
Monochromatic Colors of #7CFBDB
Black with #7CFBDB
Text Example
Text Example
White with #7CFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBDB; }
p { color: rgb(124,251,219); }
H1.HeaderClassName
{
color: #7CFBDB;
}
.AnyTagClassName
{
color: #7CFBDB;
}
</style>
background-color css
<style>
a { background-color: #7CFBDB; }
a { background-color: rgb(124,251,219); }
div.DivClassName
{
background-color: #7CFBDB;
}
.BgClassName
{
background-color: #7CFBDB;
}
</style>
border-color css
<style>
span { border-color: #7CFBDB; }
span { border-color: rgb(124,251,219); }
td.TdClassName
{
border-color: #7CFBDB;
}
.TagClassName
{
border-color: #7CFBDB;
}
</style>