Shades of Aquamarine #73FEBF
Tints of Aquamarine #73FEBF
RGB
CMYK
RGB Variations
Color information
#73FEBF (or 0x73FEBF) is known color: Aquamarine. HEX triplet: 73, FE and BF. RGB value is (115,254,191). Sum of RGB (Red+Green+Blue) = 115+254+191=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEBF is #8C0140. Grayscale: #CDCDCD. Windows color (decimal): -9175361 or 12582515. OLE color: 12582515.
HSL color Cylindrical-coordinate representation of color #73FEBF: hue angle of 152.81º 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 #73FEBF is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 191 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.00 |
| HSL | 152.81º | 0.99% | 0.72% | - |
| HSV(B) | 152.81º | 0.55% | 1% | - |
| XYZ | 51.92 | 78.29 | 61.67 | - |
| YUV | 205.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 191 | 0.55 | 0 | 0.25 | 0.00 | 152.81 | 0.99 | 0.72 |
| Hex | 73 | FE | BF | 37 | 0 | 19 | 0 | 99 | 63 | 48 |
| Octal | 163 | 376 | 277 | 67 | 0 | 31 | 0 | 231 | 143 | 110 |
| Binary | 1110011 | 11111110 | 10111111 | 110111 | 0 | 11001 | 0 | 10011001 | 1100011 | 1001000 |
Color Harmonies of #73FEBF
Complementary color
Monochromatic Colors of #73FEBF
Black with #73FEBF
Text Example
Text Example
White with #73FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEBF; }
p { color: rgb(115,254,191); }
H1.HeaderClassName
{
color: #73FEBF;
}
.AnyTagClassName
{
color: #73FEBF;
}
</style>
background-color css
<style>
a { background-color: #73FEBF; }
a { background-color: rgb(115,254,191); }
div.DivClassName
{
background-color: #73FEBF;
}
.BgClassName
{
background-color: #73FEBF;
}
</style>
border-color css
<style>
span { border-color: #73FEBF; }
span { border-color: rgb(115,254,191); }
td.TdClassName
{
border-color: #73FEBF;
}
.TagClassName
{
border-color: #73FEBF;
}
</style>