Shades of Aquamarine #7CFFBD
Tints of Aquamarine #7CFFBD
RGB
CMYK
RGB Variations
Color information
#7CFFBD (or 0x7CFFBD) is known color: Aquamarine. HEX triplet: 7C, FF and BD. RGB value is (124,255,189). Sum of RGB (Red+Green+Blue) = 124+255+189=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFBD is #830042. Grayscale: #D0D0D0. Windows color (decimal): -8585283 or 12451708. OLE color: 12451708.
HSL color Cylindrical-coordinate representation of color #7CFFBD: hue angle of 149.77º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFBD is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 189 | - |
| CMYK | 0.51 | 0 | 0.26 | 0 |
| HSL | 149.77º | 1% | 0.74% | - |
| HSV(B) | 149.77º | 0.51% | 1% | - |
| XYZ | 53.26 | 79.48 | 60.68 | - |
| YUV | 208.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 189 | 0.51 | 0 | 0.26 | 0 | 149.77 | 1 | 0.74 |
| Hex | 7C | FF | BD | 33 | 0 | 1A | 0 | 96 | 64 | 4A |
| Octal | 174 | 377 | 275 | 63 | 0 | 32 | 0 | 226 | 144 | 112 |
| Binary | 1111100 | 11111111 | 10111101 | 110011 | 0 | 11010 | 0 | 10010110 | 1100100 | 1001010 |
Color Harmonies of #7CFFBD
Complementary color
Monochromatic Colors of #7CFFBD
Black with #7CFFBD
Text Example
Text Example
White with #7CFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFBD; }
p { color: rgb(124,255,189); }
H1.HeaderClassName
{
color: #7CFFBD;
}
.AnyTagClassName
{
color: #7CFFBD;
}
</style>
background-color css
<style>
a { background-color: #7CFFBD; }
a { background-color: rgb(124,255,189); }
div.DivClassName
{
background-color: #7CFFBD;
}
.BgClassName
{
background-color: #7CFFBD;
}
</style>
border-color css
<style>
span { border-color: #7CFFBD; }
span { border-color: rgb(124,255,189); }
td.TdClassName
{
border-color: #7CFFBD;
}
.TagClassName
{
border-color: #7CFFBD;
}
</style>