Shades of Aquamarine #73FACB
Tints of Aquamarine #73FACB
RGB
CMYK
RGB Variations
Color information
#73FACB (or 0x73FACB) is known color: Aquamarine. HEX triplet: 73, FA and CB. RGB value is (115,250,203). Sum of RGB (Red+Green+Blue) = 115+250+203=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #73FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FACB is #8C0534. Grayscale: #CCCCCC. Windows color (decimal): -9176373 or 13367923. OLE color: 13367923.
HSL color Cylindrical-coordinate representation of color #73FACB: hue angle of 159.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FACB is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 203 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.02 |
| HSL | 159.11º | 0.93% | 0.72% | - |
| HSV(B) | 159.11º | 0.54% | 0.98% | - |
| XYZ | 52.04 | 76.33 | 68.49 | - |
| YUV | 204.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 203 | 0.54 | 0 | 0.19 | 0.02 | 159.11 | 0.93 | 0.72 |
| Hex | 73 | FA | CB | 36 | 0 | 13 | 2 | 9F | 5D | 48 |
| Octal | 163 | 372 | 313 | 66 | 0 | 23 | 2 | 237 | 135 | 110 |
| Binary | 1110011 | 11111010 | 11001011 | 110110 | 0 | 10011 | 10 | 10011111 | 1011101 | 1001000 |
Color Harmonies of #73FACB
Complementary color
Monochromatic Colors of #73FACB
Black with #73FACB
Text Example
Text Example
White with #73FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FACB; }
p { color: rgb(115,250,203); }
H1.HeaderClassName
{
color: #73FACB;
}
.AnyTagClassName
{
color: #73FACB;
}
</style>
background-color css
<style>
a { background-color: #73FACB; }
a { background-color: rgb(115,250,203); }
div.DivClassName
{
background-color: #73FACB;
}
.BgClassName
{
background-color: #73FACB;
}
</style>
border-color css
<style>
span { border-color: #73FACB; }
span { border-color: rgb(115,250,203); }
td.TdClassName
{
border-color: #73FACB;
}
.TagClassName
{
border-color: #73FACB;
}
</style>