Shades of Aquamarine #75FEAD
Tints of Aquamarine #75FEAD
RGB
CMYK
RGB Variations
Color information
#75FEAD (or 0x75FEAD) is known color: Aquamarine. HEX triplet: 75, FE and AD. RGB value is (117,254,173). Sum of RGB (Red+Green+Blue) = 117+254+173=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEAD is #8A0152. Grayscale: #CBCBCB. Windows color (decimal): -9044307 or 11402869. OLE color: 11402869.
HSL color Cylindrical-coordinate representation of color #75FEAD: hue angle of 144.53º 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 #75FEAD is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 173 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.00 |
| HSL | 144.53º | 0.99% | 0.73% | - |
| HSV(B) | 144.53º | 0.54% | 1% | - |
| XYZ | 50.32 | 77.68 | 51.88 | - |
| YUV | 203.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 173 | 0.54 | 0 | 0.32 | 0.00 | 144.53 | 0.99 | 0.73 |
| Hex | 75 | FE | AD | 36 | 0 | 20 | 0 | 91 | 63 | 49 |
| Octal | 165 | 376 | 255 | 66 | 0 | 40 | 0 | 221 | 143 | 111 |
| Binary | 1110101 | 11111110 | 10101101 | 110110 | 0 | 100000 | 0 | 10010001 | 1100011 | 1001001 |
Color Harmonies of #75FEAD
Complementary color
Monochromatic Colors of #75FEAD
Black with #75FEAD
Text Example
Text Example
White with #75FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEAD; }
p { color: rgb(117,254,173); }
H1.HeaderClassName
{
color: #75FEAD;
}
.AnyTagClassName
{
color: #75FEAD;
}
</style>
background-color css
<style>
a { background-color: #75FEAD; }
a { background-color: rgb(117,254,173); }
div.DivClassName
{
background-color: #75FEAD;
}
.BgClassName
{
background-color: #75FEAD;
}
</style>
border-color css
<style>
span { border-color: #75FEAD; }
span { border-color: rgb(117,254,173); }
td.TdClassName
{
border-color: #75FEAD;
}
.TagClassName
{
border-color: #75FEAD;
}
</style>