Shades of Aquamarine #7CFDBD
Tints of Aquamarine #7CFDBD
RGB
CMYK
RGB Variations
Color information
#7CFDBD (or 0x7CFDBD) is known color: Aquamarine. HEX triplet: 7C, FD and BD. RGB value is (124,253,189). Sum of RGB (Red+Green+Blue) = 124+253+189=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFDBD is #830242. Grayscale: #CFCFCF. Windows color (decimal): -8585795 or 12451196. OLE color: 12451196.
HSL color Cylindrical-coordinate representation of color #7CFDBD: hue angle of 150.23º 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 #7CFDBD is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 189 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.01 |
| HSL | 150.23º | 0.97% | 0.74% | - |
| HSV(B) | 150.23º | 0.51% | 0.99% | - |
| XYZ | 52.62 | 78.21 | 60.47 | - |
| YUV | 207.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 189 | 0.51 | 0 | 0.25 | 0.01 | 150.23 | 0.97 | 0.74 |
| Hex | 7C | FD | BD | 33 | 0 | 19 | 1 | 96 | 61 | 4A |
| Octal | 174 | 375 | 275 | 63 | 0 | 31 | 1 | 226 | 141 | 112 |
| Binary | 1111100 | 11111101 | 10111101 | 110011 | 0 | 11001 | 1 | 10010110 | 1100001 | 1001010 |
Color Harmonies of #7CFDBD
Complementary color
Monochromatic Colors of #7CFDBD
Black with #7CFDBD
Text Example
Text Example
White with #7CFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDBD; }
p { color: rgb(124,253,189); }
H1.HeaderClassName
{
color: #7CFDBD;
}
.AnyTagClassName
{
color: #7CFDBD;
}
</style>
background-color css
<style>
a { background-color: #7CFDBD; }
a { background-color: rgb(124,253,189); }
div.DivClassName
{
background-color: #7CFDBD;
}
.BgClassName
{
background-color: #7CFDBD;
}
</style>
border-color css
<style>
span { border-color: #7CFDBD; }
span { border-color: rgb(124,253,189); }
td.TdClassName
{
border-color: #7CFDBD;
}
.TagClassName
{
border-color: #7CFDBD;
}
</style>