Shades of Aquamarine #7CFDBB
Tints of Aquamarine #7CFDBB
RGB
CMYK
RGB Variations
Color information
#7CFDBB (or 0x7CFDBB) is known color: Aquamarine. HEX triplet: 7C, FD and BB. RGB value is (124,253,187). Sum of RGB (Red+Green+Blue) = 124+253+187=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFDBB is #830244. Grayscale: #CFCFCF. Windows color (decimal): -8585797 or 12320124. OLE color: 12320124.
HSL color Cylindrical-coordinate representation of color #7CFDBB: hue angle of 149.3º 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 #7CFDBB is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 187 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.01 |
| HSL | 149.3º | 0.97% | 0.74% | - |
| HSV(B) | 149.3º | 0.51% | 0.99% | - |
| XYZ | 52.41 | 78.12 | 59.33 | - |
| YUV | 206.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 187 | 0.51 | 0 | 0.26 | 0.01 | 149.3 | 0.97 | 0.74 |
| Hex | 7C | FD | BB | 33 | 0 | 1A | 1 | 95 | 61 | 4A |
| Octal | 174 | 375 | 273 | 63 | 0 | 32 | 1 | 225 | 141 | 112 |
| Binary | 1111100 | 11111101 | 10111011 | 110011 | 0 | 11010 | 1 | 10010101 | 1100001 | 1001010 |
Color Harmonies of #7CFDBB
Complementary color
Monochromatic Colors of #7CFDBB
Black with #7CFDBB
Text Example
Text Example
White with #7CFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDBB; }
p { color: rgb(124,253,187); }
H1.HeaderClassName
{
color: #7CFDBB;
}
.AnyTagClassName
{
color: #7CFDBB;
}
</style>
background-color css
<style>
a { background-color: #7CFDBB; }
a { background-color: rgb(124,253,187); }
div.DivClassName
{
background-color: #7CFDBB;
}
.BgClassName
{
background-color: #7CFDBB;
}
</style>
border-color css
<style>
span { border-color: #7CFDBB; }
span { border-color: rgb(124,253,187); }
td.TdClassName
{
border-color: #7CFDBB;
}
.TagClassName
{
border-color: #7CFDBB;
}
</style>