Shades of Aquamarine #7CFBDD
Tints of Aquamarine #7CFBDD
RGB
CMYK
RGB Variations
Color information
#7CFBDD (or 0x7CFBDD) is known color: Aquamarine. HEX triplet: 7C, FB and DD. RGB value is (124,251,221). Sum of RGB (Red+Green+Blue) = 124+251+221=596 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.81% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBDD is #830422. Grayscale: #D1D1D1. Windows color (decimal): -8586275 or 14547836. OLE color: 14547836.
HSL color Cylindrical-coordinate representation of color #7CFBDD: hue angle of 165.83º 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 #7CFBDD is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 221 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 165.83º | 0.94% | 0.74% | - |
| HSV(B) | 165.83º | 0.51% | 0.98% | - |
| XYZ | 55.86 | 78.5 | 80.61 | - |
| YUV | 209.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 221 | 0.51 | 0 | 0.12 | 0.02 | 165.83 | 0.94 | 0.74 |
| Hex | 7C | FB | DD | 33 | 0 | C | 2 | A6 | 5E | 4A |
| Octal | 174 | 373 | 335 | 63 | 0 | 14 | 2 | 246 | 136 | 112 |
| Binary | 1111100 | 11111011 | 11011101 | 110011 | 0 | 1100 | 10 | 10100110 | 1011110 | 1001010 |
Color Harmonies of #7CFBDD
Complementary color
Monochromatic Colors of #7CFBDD
Black with #7CFBDD
Text Example
Text Example
White with #7CFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBDD; }
p { color: rgb(124,251,221); }
H1.HeaderClassName
{
color: #7CFBDD;
}
.AnyTagClassName
{
color: #7CFBDD;
}
</style>
background-color css
<style>
a { background-color: #7CFBDD; }
a { background-color: rgb(124,251,221); }
div.DivClassName
{
background-color: #7CFBDD;
}
.BgClassName
{
background-color: #7CFBDD;
}
</style>
border-color css
<style>
span { border-color: #7CFBDD; }
span { border-color: rgb(124,251,221); }
td.TdClassName
{
border-color: #7CFBDD;
}
.TagClassName
{
border-color: #7CFBDD;
}
</style>