Shades of Aquamarine #7CF5BD
Tints of Aquamarine #7CF5BD
RGB
CMYK
RGB Variations
Color information
#7CF5BD (or 0x7CF5BD) is known color: Aquamarine. HEX triplet: 7C, F5 and BD. RGB value is (124,245,189). Sum of RGB (Red+Green+Blue) = 124+245+189=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5BD is #830A42. Grayscale: #CACACA. Windows color (decimal): -8587843 or 12449148. OLE color: 12449148.
HSL color Cylindrical-coordinate representation of color #7CF5BD: hue angle of 152.23º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5BD is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 189 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.04 |
| HSL | 152.23º | 0.86% | 0.72% | - |
| HSV(B) | 152.23º | 0.49% | 0.96% | - |
| XYZ | 50.15 | 73.26 | 59.64 | - |
| YUV | 202.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 189 | 0.49 | 0 | 0.23 | 0.04 | 152.23 | 0.86 | 0.72 |
| Hex | 7C | F5 | BD | 31 | 0 | 17 | 4 | 98 | 56 | 48 |
| Octal | 174 | 365 | 275 | 61 | 0 | 27 | 4 | 230 | 126 | 110 |
| Binary | 1111100 | 11110101 | 10111101 | 110001 | 0 | 10111 | 100 | 10011000 | 1010110 | 1001000 |
Color Harmonies of #7CF5BD
Complementary color
Monochromatic Colors of #7CF5BD
Black with #7CF5BD
Text Example
Text Example
White with #7CF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF5BD; }
p { color: rgb(124,245,189); }
H1.HeaderClassName
{
color: #7CF5BD;
}
.AnyTagClassName
{
color: #7CF5BD;
}
</style>
background-color css
<style>
a { background-color: #7CF5BD; }
a { background-color: rgb(124,245,189); }
div.DivClassName
{
background-color: #7CF5BD;
}
.BgClassName
{
background-color: #7CF5BD;
}
</style>
border-color css
<style>
span { border-color: #7CF5BD; }
span { border-color: rgb(124,245,189); }
td.TdClassName
{
border-color: #7CF5BD;
}
.TagClassName
{
border-color: #7CF5BD;
}
</style>