Shades of Aquamarine #7DFCBB
Tints of Aquamarine #7DFCBB
RGB
CMYK
RGB Variations
Color information
#7DFCBB (or 0x7DFCBB) is known color: Aquamarine. HEX triplet: 7D, FC and BB. RGB value is (125,252,187). Sum of RGB (Red+Green+Blue) = 125+252+187=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCBB is #820344. Grayscale: #CECECE. Windows color (decimal): -8520517 or 12319869. OLE color: 12319869.
HSL color Cylindrical-coordinate representation of color #7DFCBB: hue angle of 149.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCBB is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 187 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.01 |
| HSL | 149.29º | 0.95% | 0.74% | - |
| HSV(B) | 149.29º | 0.5% | 0.99% | - |
| XYZ | 52.24 | 77.57 | 59.23 | - |
| YUV | 206.62 | 116.92 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 187 | 0.50 | 0 | 0.26 | 0.01 | 149.29 | 0.95 | 0.74 |
| Hex | 7D | FC | BB | 32 | 0 | 1A | 1 | 95 | 5F | 4A |
| Octal | 175 | 374 | 273 | 62 | 0 | 32 | 1 | 225 | 137 | 112 |
| Binary | 1111101 | 11111100 | 10111011 | 110010 | 0 | 11010 | 1 | 10010101 | 1011111 | 1001010 |
Color Harmonies of #7DFCBB
Complementary color
Monochromatic Colors of #7DFCBB
Black with #7DFCBB
Text Example
Text Example
White with #7DFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFCBB; }
p { color: rgb(125,252,187); }
H1.HeaderClassName
{
color: #7DFCBB;
}
.AnyTagClassName
{
color: #7DFCBB;
}
</style>
background-color css
<style>
a { background-color: #7DFCBB; }
a { background-color: rgb(125,252,187); }
div.DivClassName
{
background-color: #7DFCBB;
}
.BgClassName
{
background-color: #7DFCBB;
}
</style>
border-color css
<style>
span { border-color: #7DFCBB; }
span { border-color: rgb(125,252,187); }
td.TdClassName
{
border-color: #7DFCBB;
}
.TagClassName
{
border-color: #7DFCBB;
}
</style>