Shades of Aquamarine #7CFFCC
Tints of Aquamarine #7CFFCC
RGB
CMYK
RGB Variations
Color information
#7CFFCC (or 0x7CFFCC) is known color: Aquamarine. HEX triplet: 7C, FF and CC. RGB value is (124,255,204). Sum of RGB (Red+Green+Blue) = 124+255+204=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFCC is #830033. Grayscale: #D2D2D2. Windows color (decimal): -8585268 or 13434748. OLE color: 13434748.
HSL color Cylindrical-coordinate representation of color #7CFFCC: hue angle of 156.64º 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 #7CFFCC is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 204 | - |
| CMYK | 0.51 | 0 | 0.2 | 0 |
| HSL | 156.64º | 1% | 0.74% | - |
| HSV(B) | 156.64º | 0.51% | 1% | - |
| XYZ | 54.97 | 80.16 | 69.7 | - |
| YUV | 210.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 204 | 0.51 | 0 | 0.2 | 0 | 156.64 | 1 | 0.74 |
| Hex | 7C | FF | CC | 33 | 0 | 14 | 0 | 9D | 64 | 4A |
| Octal | 174 | 377 | 314 | 63 | 0 | 24 | 0 | 235 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11001100 | 110011 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001010 |
Color Harmonies of #7CFFCC
Complementary color
Monochromatic Colors of #7CFFCC
Black with #7CFFCC
Text Example
Text Example
White with #7CFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFCC; }
p { color: rgb(124,255,204); }
H1.HeaderClassName
{
color: #7CFFCC;
}
.AnyTagClassName
{
color: #7CFFCC;
}
</style>
background-color css
<style>
a { background-color: #7CFFCC; }
a { background-color: rgb(124,255,204); }
div.DivClassName
{
background-color: #7CFFCC;
}
.BgClassName
{
background-color: #7CFFCC;
}
</style>
border-color css
<style>
span { border-color: #7CFFCC; }
span { border-color: rgb(124,255,204); }
td.TdClassName
{
border-color: #7CFFCC;
}
.TagClassName
{
border-color: #7CFFCC;
}
</style>