Shades of Aquamarine #7CFDCB
Tints of Aquamarine #7CFDCB
RGB
CMYK
RGB Variations
Color information
#7CFDCB (or 0x7CFDCB) is known color: Aquamarine. HEX triplet: 7C, FD and CB. RGB value is (124,253,203). Sum of RGB (Red+Green+Blue) = 124+253+203=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFDCB is #830234. Grayscale: #D0D0D0. Windows color (decimal): -8585781 or 13368700. OLE color: 13368700.
HSL color Cylindrical-coordinate representation of color #7CFDCB: hue angle of 156.74º degrees, saturation: 0.97, 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 #7CFDCB is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 203 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.01 |
| HSL | 156.74º | 0.97% | 0.74% | - |
| HSV(B) | 156.74º | 0.51% | 0.99% | - |
| XYZ | 54.22 | 78.85 | 68.86 | - |
| YUV | 208.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 203 | 0.51 | 0 | 0.20 | 0.01 | 156.74 | 0.97 | 0.74 |
| Hex | 7C | FD | CB | 33 | 0 | 14 | 1 | 9D | 61 | 4A |
| Octal | 174 | 375 | 313 | 63 | 0 | 24 | 1 | 235 | 141 | 112 |
| Binary | 1111100 | 11111101 | 11001011 | 110011 | 0 | 10100 | 1 | 10011101 | 1100001 | 1001010 |
Color Harmonies of #7CFDCB
Complementary color
Monochromatic Colors of #7CFDCB
Black with #7CFDCB
Text Example
Text Example
White with #7CFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDCB; }
p { color: rgb(124,253,203); }
H1.HeaderClassName
{
color: #7CFDCB;
}
.AnyTagClassName
{
color: #7CFDCB;
}
</style>
background-color css
<style>
a { background-color: #7CFDCB; }
a { background-color: rgb(124,253,203); }
div.DivClassName
{
background-color: #7CFDCB;
}
.BgClassName
{
background-color: #7CFDCB;
}
</style>
border-color css
<style>
span { border-color: #7CFDCB; }
span { border-color: rgb(124,253,203); }
td.TdClassName
{
border-color: #7CFDCB;
}
.TagClassName
{
border-color: #7CFDCB;
}
</style>