Shades of Aquamarine #75FEAC
Tints of Aquamarine #75FEAC
RGB
CMYK
RGB Variations
Color information
#75FEAC (or 0x75FEAC) is known color: Aquamarine. HEX triplet: 75, FE and AC. RGB value is (117,254,172). Sum of RGB (Red+Green+Blue) = 117+254+172=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEAC is #8A0153. Grayscale: #CBCBCB. Windows color (decimal): -9044308 or 11337333. OLE color: 11337333.
HSL color Cylindrical-coordinate representation of color #75FEAC: hue angle of 144.09º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEAC is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 172 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.00 |
| HSL | 144.09º | 0.99% | 0.73% | - |
| HSV(B) | 144.09º | 0.54% | 1% | - |
| XYZ | 50.22 | 77.64 | 51.37 | - |
| YUV | 203.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 172 | 0.54 | 0 | 0.32 | 0.00 | 144.09 | 0.99 | 0.73 |
| Hex | 75 | FE | AC | 36 | 0 | 20 | 0 | 90 | 63 | 49 |
| Octal | 165 | 376 | 254 | 66 | 0 | 40 | 0 | 220 | 143 | 111 |
| Binary | 1110101 | 11111110 | 10101100 | 110110 | 0 | 100000 | 0 | 10010000 | 1100011 | 1001001 |
Color Harmonies of #75FEAC
Complementary color
Monochromatic Colors of #75FEAC
Black with #75FEAC
Text Example
Text Example
White with #75FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEAC; }
p { color: rgb(117,254,172); }
H1.HeaderClassName
{
color: #75FEAC;
}
.AnyTagClassName
{
color: #75FEAC;
}
</style>
background-color css
<style>
a { background-color: #75FEAC; }
a { background-color: rgb(117,254,172); }
div.DivClassName
{
background-color: #75FEAC;
}
.BgClassName
{
background-color: #75FEAC;
}
</style>
border-color css
<style>
span { border-color: #75FEAC; }
span { border-color: rgb(117,254,172); }
td.TdClassName
{
border-color: #75FEAC;
}
.TagClassName
{
border-color: #75FEAC;
}
</style>