Shades of Aquamarine #73FFB8
Tints of Aquamarine #73FFB8
RGB
CMYK
RGB Variations
Color information
#73FFB8 (or 0x73FFB8) is known color: Aquamarine. HEX triplet: 73, FF and B8. RGB value is (115,255,184). Sum of RGB (Red+Green+Blue) = 115+255+184=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFB8 is #8C0047. Grayscale: #CDCDCD. Windows color (decimal): -9175112 or 12124019. OLE color: 12124019.
HSL color Cylindrical-coordinate representation of color #73FFB8: hue angle of 149.57º 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 #73FFB8 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 184 | - |
| CMYK | 0.55 | 0 | 0.28 | 0 |
| HSL | 149.57º | 1% | 0.73% | - |
| HSV(B) | 149.57º | 0.55% | 1% | - |
| XYZ | 51.48 | 78.63 | 57.81 | - |
| YUV | 205.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 184 | 0.55 | 0 | 0.28 | 0 | 149.57 | 1 | 0.73 |
| Hex | 73 | FF | B8 | 37 | 0 | 1C | 0 | 96 | 64 | 49 |
| Octal | 163 | 377 | 270 | 67 | 0 | 34 | 0 | 226 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10111000 | 110111 | 0 | 11100 | 0 | 10010110 | 1100100 | 1001001 |
Color Harmonies of #73FFB8
Complementary color
Monochromatic Colors of #73FFB8
Black with #73FFB8
Text Example
Text Example
White with #73FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFB8; }
p { color: rgb(115,255,184); }
H1.HeaderClassName
{
color: #73FFB8;
}
.AnyTagClassName
{
color: #73FFB8;
}
</style>
background-color css
<style>
a { background-color: #73FFB8; }
a { background-color: rgb(115,255,184); }
div.DivClassName
{
background-color: #73FFB8;
}
.BgClassName
{
background-color: #73FFB8;
}
</style>
border-color css
<style>
span { border-color: #73FFB8; }
span { border-color: rgb(115,255,184); }
td.TdClassName
{
border-color: #73FFB8;
}
.TagClassName
{
border-color: #73FFB8;
}
</style>