Shades of Aquamarine #7CFFCD
Tints of Aquamarine #7CFFCD
RGB
CMYK
RGB Variations
Color information
#7CFFCD (or 0x7CFFCD) is known color: Aquamarine. HEX triplet: 7C, FF and CD. RGB value is (124,255,205). Sum of RGB (Red+Green+Blue) = 124+255+205=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFCD is #830032. Grayscale: #D2D2D2. Windows color (decimal): -8585267 or 13500284. OLE color: 13500284.
HSL color Cylindrical-coordinate representation of color #7CFFCD: hue angle of 157.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFCD is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 205 | - |
| CMYK | 0.51 | 0 | 0.20 | 0 |
| HSL | 157.1º | 1% | 0.74% | - |
| HSV(B) | 157.1º | 0.51% | 1% | - |
| XYZ | 55.09 | 80.21 | 70.34 | - |
| YUV | 210.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 205 | 0.51 | 0 | 0.20 | 0 | 157.1 | 1 | 0.74 |
| Hex | 7C | FF | CD | 33 | 0 | 14 | 0 | 9D | 64 | 4A |
| Octal | 174 | 377 | 315 | 63 | 0 | 24 | 0 | 235 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11001101 | 110011 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001010 |
Color Harmonies of #7CFFCD
Complementary color
Monochromatic Colors of #7CFFCD
Black with #7CFFCD
Text Example
Text Example
White with #7CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFCD; }
p { color: rgb(124,255,205); }
H1.HeaderClassName
{
color: #7CFFCD;
}
.AnyTagClassName
{
color: #7CFFCD;
}
</style>
background-color css
<style>
a { background-color: #7CFFCD; }
a { background-color: rgb(124,255,205); }
div.DivClassName
{
background-color: #7CFFCD;
}
.BgClassName
{
background-color: #7CFFCD;
}
</style>
border-color css
<style>
span { border-color: #7CFFCD; }
span { border-color: rgb(124,255,205); }
td.TdClassName
{
border-color: #7CFFCD;
}
.TagClassName
{
border-color: #7CFFCD;
}
</style>