Shades of Aquamarine #7CFBDC
Tints of Aquamarine #7CFBDC
RGB
CMYK
RGB Variations
Color information
#7CFBDC (or 0x7CFBDC) is known color: Aquamarine. HEX triplet: 7C, FB and DC. RGB value is (124,251,220). Sum of RGB (Red+Green+Blue) = 124+251+220=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBDC is #830423. Grayscale: #D1D1D1. Windows color (decimal): -8586276 or 14482300. OLE color: 14482300.
HSL color Cylindrical-coordinate representation of color #7CFBDC: hue angle of 165.35º 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 #7CFBDC is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 220 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 165.35º | 0.94% | 0.74% | - |
| HSV(B) | 165.35º | 0.51% | 0.98% | - |
| XYZ | 55.73 | 78.45 | 79.91 | - |
| YUV | 209.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 220 | 0.51 | 0 | 0.12 | 0.02 | 165.35 | 0.94 | 0.74 |
| Hex | 7C | FB | DC | 33 | 0 | C | 2 | A5 | 5E | 4A |
| Octal | 174 | 373 | 334 | 63 | 0 | 14 | 2 | 245 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11011100 | 110011 | 0 | 1100 | 10 | 10100101 | 1011110 | 1001010 |
Color Harmonies of #7CFBDC
Complementary color
Monochromatic Colors of #7CFBDC
Black with #7CFBDC
Text Example
Text Example
White with #7CFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBDC; }
p { color: rgb(124,251,220); }
H1.HeaderClassName
{
color: #7CFBDC;
}
.AnyTagClassName
{
color: #7CFBDC;
}
</style>
background-color css
<style>
a { background-color: #7CFBDC; }
a { background-color: rgb(124,251,220); }
div.DivClassName
{
background-color: #7CFBDC;
}
.BgClassName
{
background-color: #7CFBDC;
}
</style>
border-color css
<style>
span { border-color: #7CFBDC; }
span { border-color: rgb(124,251,220); }
td.TdClassName
{
border-color: #7CFBDC;
}
.TagClassName
{
border-color: #7CFBDC;
}
</style>