Shades of Aquamarine #73EFBB
Tints of Aquamarine #73EFBB
RGB
CMYK
RGB Variations
Color information
#73EFBB (or 0x73EFBB) is known color: Aquamarine. HEX triplet: 73, EF and BB. RGB value is (115,239,187). Sum of RGB (Red+Green+Blue) = 115+239+187=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFBB is #8C1044. Grayscale: #C4C4C4. Windows color (decimal): -9179205 or 12316531. OLE color: 12316531.
HSL color Cylindrical-coordinate representation of color #73EFBB: hue angle of 154.84º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFBB is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 187 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.06 |
| HSL | 154.84º | 0.79% | 0.69% | - |
| HSV(B) | 154.84º | 0.52% | 0.94% | - |
| XYZ | 46.91 | 68.97 | 57.85 | - |
| YUV | 196 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 187 | 0.52 | 0 | 0.22 | 0.06 | 154.84 | 0.79 | 0.69 |
| Hex | 73 | EF | BB | 34 | 0 | 16 | 6 | 9B | 4F | 45 |
| Octal | 163 | 357 | 273 | 64 | 0 | 26 | 6 | 233 | 117 | 105 |
| Binary | 1110011 | 11101111 | 10111011 | 110100 | 0 | 10110 | 110 | 10011011 | 1001111 | 1000101 |
Color Harmonies of #73EFBB
Complementary color
Monochromatic Colors of #73EFBB
Black with #73EFBB
Text Example
Text Example
White with #73EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFBB; }
p { color: rgb(115,239,187); }
H1.HeaderClassName
{
color: #73EFBB;
}
.AnyTagClassName
{
color: #73EFBB;
}
</style>
background-color css
<style>
a { background-color: #73EFBB; }
a { background-color: rgb(115,239,187); }
div.DivClassName
{
background-color: #73EFBB;
}
.BgClassName
{
background-color: #73EFBB;
}
</style>
border-color css
<style>
span { border-color: #73EFBB; }
span { border-color: rgb(115,239,187); }
td.TdClassName
{
border-color: #73EFBB;
}
.TagClassName
{
border-color: #73EFBB;
}
</style>