Shades of Aquamarine #76FFB5
Tints of Aquamarine #76FFB5
RGB
CMYK
RGB Variations
Color information
#76FFB5 (or 0x76FFB5) is known color: Aquamarine. HEX triplet: 76, FF and B5. RGB value is (118,255,181). Sum of RGB (Red+Green+Blue) = 118+255+181=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFB5 is #89004A. Grayscale: #CDCDCD. Windows color (decimal): -8978507 or 11927414. OLE color: 11927414.
HSL color Cylindrical-coordinate representation of color #76FFB5: hue angle of 147.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFB5 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 181 | - |
| CMYK | 0.54 | 0 | 0.29 | 0 |
| HSL | 147.59º | 1% | 0.73% | - |
| HSV(B) | 147.59º | 0.54% | 1% | - |
| XYZ | 51.57 | 78.71 | 56.19 | - |
| YUV | 205.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 181 | 0.54 | 0 | 0.29 | 0 | 147.59 | 1 | 0.73 |
| Hex | 76 | FF | B5 | 36 | 0 | 1D | 0 | 94 | 64 | 49 |
| Octal | 166 | 377 | 265 | 66 | 0 | 35 | 0 | 224 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10110101 | 110110 | 0 | 11101 | 0 | 10010100 | 1100100 | 1001001 |
Color Harmonies of #76FFB5
Complementary color
Monochromatic Colors of #76FFB5
Black with #76FFB5
Text Example
Text Example
White with #76FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFB5; }
p { color: rgb(118,255,181); }
H1.HeaderClassName
{
color: #76FFB5;
}
.AnyTagClassName
{
color: #76FFB5;
}
</style>
background-color css
<style>
a { background-color: #76FFB5; }
a { background-color: rgb(118,255,181); }
div.DivClassName
{
background-color: #76FFB5;
}
.BgClassName
{
background-color: #76FFB5;
}
</style>
border-color css
<style>
span { border-color: #76FFB5; }
span { border-color: rgb(118,255,181); }
td.TdClassName
{
border-color: #76FFB5;
}
.TagClassName
{
border-color: #76FFB5;
}
</style>