Shades of Aquamarine #7CFBD3
Tints of Aquamarine #7CFBD3
RGB
CMYK
RGB Variations
Color information
#7CFBD3 (or 0x7CFBD3) is known color: Aquamarine. HEX triplet: 7C, FB and D3. RGB value is (124,251,211). Sum of RGB (Red+Green+Blue) = 124+251+211=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBD3 is #83042C. Grayscale: #D0D0D0. Windows color (decimal): -8586285 or 13892476. OLE color: 13892476.
HSL color Cylindrical-coordinate representation of color #7CFBD3: hue angle of 161.1º 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 #7CFBD3 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 211 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.02 |
| HSL | 161.1º | 0.94% | 0.74% | - |
| HSV(B) | 161.1º | 0.51% | 0.98% | - |
| XYZ | 54.57 | 77.98 | 73.8 | - |
| YUV | 208.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 211 | 0.51 | 0 | 0.16 | 0.02 | 161.1 | 0.94 | 0.74 |
| Hex | 7C | FB | D3 | 33 | 0 | 10 | 2 | A1 | 5E | 4A |
| Octal | 174 | 373 | 323 | 63 | 0 | 20 | 2 | 241 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11010011 | 110011 | 0 | 10000 | 10 | 10100001 | 1011110 | 1001010 |
Color Harmonies of #7CFBD3
Complementary color
Monochromatic Colors of #7CFBD3
Black with #7CFBD3
Text Example
Text Example
White with #7CFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBD3; }
p { color: rgb(124,251,211); }
H1.HeaderClassName
{
color: #7CFBD3;
}
.AnyTagClassName
{
color: #7CFBD3;
}
</style>
background-color css
<style>
a { background-color: #7CFBD3; }
a { background-color: rgb(124,251,211); }
div.DivClassName
{
background-color: #7CFBD3;
}
.BgClassName
{
background-color: #7CFBD3;
}
</style>
border-color css
<style>
span { border-color: #7CFBD3; }
span { border-color: rgb(124,251,211); }
td.TdClassName
{
border-color: #7CFBD3;
}
.TagClassName
{
border-color: #7CFBD3;
}
</style>