Shades of Aquamarine #73FECB
Tints of Aquamarine #73FECB
RGB
CMYK
RGB Variations
Color information
#73FECB (or 0x73FECB) is known color: Aquamarine. HEX triplet: 73, FE and CB. RGB value is (115,254,203). Sum of RGB (Red+Green+Blue) = 115+254+203=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #73FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FECB is #8C0134. Grayscale: #CECECE. Windows color (decimal): -9175349 or 13368947. OLE color: 13368947.
HSL color Cylindrical-coordinate representation of color #73FECB: hue angle of 157.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FECB is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 203 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.00 |
| HSL | 157.99º | 0.99% | 0.72% | - |
| HSV(B) | 157.99º | 0.55% | 1% | - |
| XYZ | 53.29 | 78.84 | 68.91 | - |
| YUV | 206.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 203 | 0.55 | 0 | 0.20 | 0.00 | 157.99 | 0.99 | 0.72 |
| Hex | 73 | FE | CB | 37 | 0 | 14 | 0 | 9E | 63 | 48 |
| Octal | 163 | 376 | 313 | 67 | 0 | 24 | 0 | 236 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11001011 | 110111 | 0 | 10100 | 0 | 10011110 | 1100011 | 1001000 |
Color Harmonies of #73FECB
Complementary color
Monochromatic Colors of #73FECB
Black with #73FECB
Text Example
Text Example
White with #73FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FECB; }
p { color: rgb(115,254,203); }
H1.HeaderClassName
{
color: #73FECB;
}
.AnyTagClassName
{
color: #73FECB;
}
</style>
background-color css
<style>
a { background-color: #73FECB; }
a { background-color: rgb(115,254,203); }
div.DivClassName
{
background-color: #73FECB;
}
.BgClassName
{
background-color: #73FECB;
}
</style>
border-color css
<style>
span { border-color: #73FECB; }
span { border-color: rgb(115,254,203); }
td.TdClassName
{
border-color: #73FECB;
}
.TagClassName
{
border-color: #73FECB;
}
</style>