Shades of Aquamarine #7CFBBD
Tints of Aquamarine #7CFBBD
RGB
CMYK
RGB Variations
Color information
#7CFBBD (or 0x7CFBBD) is known color: Aquamarine. HEX triplet: 7C, FB and BD. RGB value is (124,251,189). Sum of RGB (Red+Green+Blue) = 124+251+189=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBBD is #830442. Grayscale: #CECECE. Windows color (decimal): -8586307 or 12450684. OLE color: 12450684.
HSL color Cylindrical-coordinate representation of color #7CFBBD: hue angle of 150.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFBBD is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 189 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.02 |
| HSL | 150.71º | 0.94% | 0.74% | - |
| HSV(B) | 150.71º | 0.51% | 0.98% | - |
| XYZ | 51.99 | 76.95 | 60.26 | - |
| YUV | 205.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 189 | 0.51 | 0 | 0.25 | 0.02 | 150.71 | 0.94 | 0.74 |
| Hex | 7C | FB | BD | 33 | 0 | 19 | 2 | 97 | 5E | 4A |
| Octal | 174 | 373 | 275 | 63 | 0 | 31 | 2 | 227 | 136 | 112 |
| Binary | 1111100 | 11111011 | 10111101 | 110011 | 0 | 11001 | 10 | 10010111 | 1011110 | 1001010 |
Color Harmonies of #7CFBBD
Complementary color
Monochromatic Colors of #7CFBBD
Black with #7CFBBD
Text Example
Text Example
White with #7CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFBBD; }
p { color: rgb(124,251,189); }
H1.HeaderClassName
{
color: #7CFBBD;
}
.AnyTagClassName
{
color: #7CFBBD;
}
</style>
background-color css
<style>
a { background-color: #7CFBBD; }
a { background-color: rgb(124,251,189); }
div.DivClassName
{
background-color: #7CFBBD;
}
.BgClassName
{
background-color: #7CFBBD;
}
</style>
border-color css
<style>
span { border-color: #7CFBBD; }
span { border-color: rgb(124,251,189); }
td.TdClassName
{
border-color: #7CFBBD;
}
.TagClassName
{
border-color: #7CFBBD;
}
</style>