Shades of Aquamarine #73FEC3
Tints of Aquamarine #73FEC3
RGB
CMYK
RGB Variations
Color information
#73FEC3 (or 0x73FEC3) is known color: Aquamarine. HEX triplet: 73, FE and C3. RGB value is (115,254,195). Sum of RGB (Red+Green+Blue) = 115+254+195=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEC3 is #8C013C. Grayscale: #CDCDCD. Windows color (decimal): -9175357 or 12844659. OLE color: 12844659.
HSL color Cylindrical-coordinate representation of color #73FEC3: hue angle of 154.53º 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 #73FEC3 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 195 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.00 |
| HSL | 154.53º | 0.99% | 0.72% | - |
| HSV(B) | 154.53º | 0.55% | 1% | - |
| XYZ | 52.36 | 78.47 | 64.02 | - |
| YUV | 205.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 195 | 0.55 | 0 | 0.23 | 0.00 | 154.53 | 0.99 | 0.72 |
| Hex | 73 | FE | C3 | 37 | 0 | 17 | 0 | 9B | 63 | 48 |
| Octal | 163 | 376 | 303 | 67 | 0 | 27 | 0 | 233 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11000011 | 110111 | 0 | 10111 | 0 | 10011011 | 1100011 | 1001000 |
Color Harmonies of #73FEC3
Complementary color
Monochromatic Colors of #73FEC3
Black with #73FEC3
Text Example
Text Example
White with #73FEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEC3; }
p { color: rgb(115,254,195); }
H1.HeaderClassName
{
color: #73FEC3;
}
.AnyTagClassName
{
color: #73FEC3;
}
</style>
background-color css
<style>
a { background-color: #73FEC3; }
a { background-color: rgb(115,254,195); }
div.DivClassName
{
background-color: #73FEC3;
}
.BgClassName
{
background-color: #73FEC3;
}
</style>
border-color css
<style>
span { border-color: #73FEC3; }
span { border-color: rgb(115,254,195); }
td.TdClassName
{
border-color: #73FEC3;
}
.TagClassName
{
border-color: #73FEC3;
}
</style>