Shades of Aquamarine #7CFCCB
Tints of Aquamarine #7CFCCB
RGB
CMYK
RGB Variations
Color information
#7CFCCB (or 0x7CFCCB) is known color: Aquamarine. HEX triplet: 7C, FC and CB. RGB value is (124,252,203). Sum of RGB (Red+Green+Blue) = 124+252+203=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCCB is #830334. Grayscale: #D0D0D0. Windows color (decimal): -8586037 or 13368444. OLE color: 13368444.
HSL color Cylindrical-coordinate representation of color #7CFCCB: hue angle of 157.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCCB is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 203 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.01 |
| HSL | 157.03º | 0.96% | 0.74% | - |
| HSV(B) | 157.03º | 0.51% | 0.99% | - |
| XYZ | 53.9 | 78.22 | 68.76 | - |
| YUV | 208.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 203 | 0.51 | 0 | 0.19 | 0.01 | 157.03 | 0.96 | 0.74 |
| Hex | 7C | FC | CB | 33 | 0 | 13 | 1 | 9D | 60 | 4A |
| Octal | 174 | 374 | 313 | 63 | 0 | 23 | 1 | 235 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11001011 | 110011 | 0 | 10011 | 1 | 10011101 | 1100000 | 1001010 |
Color Harmonies of #7CFCCB
Complementary color
Monochromatic Colors of #7CFCCB
Black with #7CFCCB
Text Example
Text Example
White with #7CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCCB; }
p { color: rgb(124,252,203); }
H1.HeaderClassName
{
color: #7CFCCB;
}
.AnyTagClassName
{
color: #7CFCCB;
}
</style>
background-color css
<style>
a { background-color: #7CFCCB; }
a { background-color: rgb(124,252,203); }
div.DivClassName
{
background-color: #7CFCCB;
}
.BgClassName
{
background-color: #7CFCCB;
}
</style>
border-color css
<style>
span { border-color: #7CFCCB; }
span { border-color: rgb(124,252,203); }
td.TdClassName
{
border-color: #7CFCCB;
}
.TagClassName
{
border-color: #7CFCCB;
}
</style>