Shades of Aquamarine #73EEBB
Tints of Aquamarine #73EEBB
RGB
CMYK
RGB Variations
Color information
#73EEBB (or 0x73EEBB) is known color: Aquamarine. HEX triplet: 73, EE and BB. RGB value is (115,238,187). Sum of RGB (Red+Green+Blue) = 115+238+187=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEBB is #8C1144. Grayscale: #C3C3C3. Windows color (decimal): -9179461 or 12316275. OLE color: 12316275.
HSL color Cylindrical-coordinate representation of color #73EEBB: hue angle of 155.12º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEBB is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 187 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.07 |
| HSL | 155.12º | 0.78% | 0.69% | - |
| HSV(B) | 155.12º | 0.52% | 0.93% | - |
| XYZ | 46.61 | 68.38 | 57.76 | - |
| YUV | 195.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 187 | 0.52 | 0 | 0.21 | 0.07 | 155.12 | 0.78 | 0.69 |
| Hex | 73 | EE | BB | 34 | 0 | 15 | 7 | 9B | 4E | 45 |
| Octal | 163 | 356 | 273 | 64 | 0 | 25 | 7 | 233 | 116 | 105 |
| Binary | 1110011 | 11101110 | 10111011 | 110100 | 0 | 10101 | 111 | 10011011 | 1001110 | 1000101 |
Color Harmonies of #73EEBB
Complementary color
Monochromatic Colors of #73EEBB
Black with #73EEBB
Text Example
Text Example
White with #73EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEBB; }
p { color: rgb(115,238,187); }
H1.HeaderClassName
{
color: #73EEBB;
}
.AnyTagClassName
{
color: #73EEBB;
}
</style>
background-color css
<style>
a { background-color: #73EEBB; }
a { background-color: rgb(115,238,187); }
div.DivClassName
{
background-color: #73EEBB;
}
.BgClassName
{
background-color: #73EEBB;
}
</style>
border-color css
<style>
span { border-color: #73EEBB; }
span { border-color: rgb(115,238,187); }
td.TdClassName
{
border-color: #73EEBB;
}
.TagClassName
{
border-color: #73EEBB;
}
</style>