Shades of Aquamarine #73FFB3
Tints of Aquamarine #73FFB3
RGB
CMYK
RGB Variations
Color information
#73FFB3 (or 0x73FFB3) is known color: Aquamarine. HEX triplet: 73, FF and B3. RGB value is (115,255,179). Sum of RGB (Red+Green+Blue) = 115+255+179=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFB3 is #8C004C. Grayscale: #CCCCCC. Windows color (decimal): -9175117 or 11796339. OLE color: 11796339.
HSL color Cylindrical-coordinate representation of color #73FFB3: hue angle of 147.43º 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 #73FFB3 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 179 | - |
| CMYK | 0.55 | 0 | 0.30 | 0 |
| HSL | 147.43º | 1% | 0.73% | - |
| HSV(B) | 147.43º | 0.55% | 1% | - |
| XYZ | 50.97 | 78.42 | 55.1 | - |
| YUV | 204.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 179 | 0.55 | 0 | 0.30 | 0 | 147.43 | 1 | 0.73 |
| Hex | 73 | FF | B3 | 37 | 0 | 1E | 0 | 93 | 64 | 49 |
| Octal | 163 | 377 | 263 | 67 | 0 | 36 | 0 | 223 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10110011 | 110111 | 0 | 11110 | 0 | 10010011 | 1100100 | 1001001 |
Color Harmonies of #73FFB3
Complementary color
Monochromatic Colors of #73FFB3
Black with #73FFB3
Text Example
Text Example
White with #73FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFB3; }
p { color: rgb(115,255,179); }
H1.HeaderClassName
{
color: #73FFB3;
}
.AnyTagClassName
{
color: #73FFB3;
}
</style>
background-color css
<style>
a { background-color: #73FFB3; }
a { background-color: rgb(115,255,179); }
div.DivClassName
{
background-color: #73FFB3;
}
.BgClassName
{
background-color: #73FFB3;
}
</style>
border-color css
<style>
span { border-color: #73FFB3; }
span { border-color: rgb(115,255,179); }
td.TdClassName
{
border-color: #73FFB3;
}
.TagClassName
{
border-color: #73FFB3;
}
</style>