Shades of Aquamarine #73FFB4
Tints of Aquamarine #73FFB4
RGB
CMYK
RGB Variations
Color information
#73FFB4 (or 0x73FFB4) is known color: Aquamarine. HEX triplet: 73, FF and B4. RGB value is (115,255,180). Sum of RGB (Red+Green+Blue) = 115+255+180=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFB4 is #8C004B. Grayscale: #CCCCCC. Windows color (decimal): -9175116 or 11861875. OLE color: 11861875.
HSL color Cylindrical-coordinate representation of color #73FFB4: hue angle of 147.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFB4 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 180 | - |
| CMYK | 0.55 | 0 | 0.29 | 0 |
| HSL | 147.86º | 1% | 0.73% | - |
| HSV(B) | 147.86º | 0.55% | 1% | - |
| XYZ | 51.07 | 78.46 | 55.63 | - |
| YUV | 204.59 | 114.12 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 180 | 0.55 | 0 | 0.29 | 0 | 147.86 | 1 | 0.73 |
| Hex | 73 | FF | B4 | 37 | 0 | 1D | 0 | 94 | 64 | 49 |
| Octal | 163 | 377 | 264 | 67 | 0 | 35 | 0 | 224 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10110100 | 110111 | 0 | 11101 | 0 | 10010100 | 1100100 | 1001001 |
Color Harmonies of #73FFB4
Complementary color
Monochromatic Colors of #73FFB4
Black with #73FFB4
Text Example
Text Example
White with #73FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFB4; }
p { color: rgb(115,255,180); }
H1.HeaderClassName
{
color: #73FFB4;
}
.AnyTagClassName
{
color: #73FFB4;
}
</style>
background-color css
<style>
a { background-color: #73FFB4; }
a { background-color: rgb(115,255,180); }
div.DivClassName
{
background-color: #73FFB4;
}
.BgClassName
{
background-color: #73FFB4;
}
</style>
border-color css
<style>
span { border-color: #73FFB4; }
span { border-color: rgb(115,255,180); }
td.TdClassName
{
border-color: #73FFB4;
}
.TagClassName
{
border-color: #73FFB4;
}
</style>