Shades of Aquamarine #73EFBC
Tints of Aquamarine #73EFBC
RGB
CMYK
RGB Variations
Color information
#73EFBC (or 0x73EFBC) is known color: Aquamarine. HEX triplet: 73, EF and BC. RGB value is (115,239,188). Sum of RGB (Red+Green+Blue) = 115+239+188=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFBC is #8C1043. Grayscale: #C4C4C4. Windows color (decimal): -9179204 or 12382067. OLE color: 12382067.
HSL color Cylindrical-coordinate representation of color #73EFBC: hue angle of 155.32º 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 #73EFBC is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 188 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.06 |
| HSL | 155.32º | 0.79% | 0.69% | - |
| HSV(B) | 155.32º | 0.52% | 0.94% | - |
| XYZ | 47.01 | 69.01 | 58.42 | - |
| YUV | 196.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 188 | 0.52 | 0 | 0.21 | 0.06 | 155.32 | 0.79 | 0.69 |
| Hex | 73 | EF | BC | 34 | 0 | 15 | 6 | 9B | 4F | 45 |
| Octal | 163 | 357 | 274 | 64 | 0 | 25 | 6 | 233 | 117 | 105 |
| Binary | 1110011 | 11101111 | 10111100 | 110100 | 0 | 10101 | 110 | 10011011 | 1001111 | 1000101 |
Color Harmonies of #73EFBC
Complementary color
Monochromatic Colors of #73EFBC
Black with #73EFBC
Text Example
Text Example
White with #73EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFBC; }
p { color: rgb(115,239,188); }
H1.HeaderClassName
{
color: #73EFBC;
}
.AnyTagClassName
{
color: #73EFBC;
}
</style>
background-color css
<style>
a { background-color: #73EFBC; }
a { background-color: rgb(115,239,188); }
div.DivClassName
{
background-color: #73EFBC;
}
.BgClassName
{
background-color: #73EFBC;
}
</style>
border-color css
<style>
span { border-color: #73EFBC; }
span { border-color: rgb(115,239,188); }
td.TdClassName
{
border-color: #73EFBC;
}
.TagClassName
{
border-color: #73EFBC;
}
</style>