Shades of Aquamarine #75FEDA
Tints of Aquamarine #75FEDA
RGB
CMYK
RGB Variations
Color information
#75FEDA (or 0x75FEDA) is known color: Aquamarine. HEX triplet: 75, FE and DA. RGB value is (117,254,218). Sum of RGB (Red+Green+Blue) = 117+254+218=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEDA is #8A0125. Grayscale: #D0D0D0. Windows color (decimal): -9044262 or 14351989. OLE color: 14351989.
HSL color Cylindrical-coordinate representation of color #75FEDA: hue angle of 164.23º 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 #75FEDA is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 218 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.00 |
| HSL | 164.23º | 0.99% | 0.73% | - |
| HSV(B) | 164.23º | 0.54% | 1% | - |
| XYZ | 55.43 | 79.73 | 78.8 | - |
| YUV | 208.93 | 133.11 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 218 | 0.54 | 0 | 0.14 | 0.00 | 164.23 | 0.99 | 0.73 |
| Hex | 75 | FE | DA | 36 | 0 | E | 0 | A4 | 63 | 49 |
| Octal | 165 | 376 | 332 | 66 | 0 | 16 | 0 | 244 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11011010 | 110110 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001001 |
Color Harmonies of #75FEDA
Complementary color
Monochromatic Colors of #75FEDA
Black with #75FEDA
Text Example
Text Example
White with #75FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEDA; }
p { color: rgb(117,254,218); }
H1.HeaderClassName
{
color: #75FEDA;
}
.AnyTagClassName
{
color: #75FEDA;
}
</style>
background-color css
<style>
a { background-color: #75FEDA; }
a { background-color: rgb(117,254,218); }
div.DivClassName
{
background-color: #75FEDA;
}
.BgClassName
{
background-color: #75FEDA;
}
</style>
border-color css
<style>
span { border-color: #75FEDA; }
span { border-color: rgb(117,254,218); }
td.TdClassName
{
border-color: #75FEDA;
}
.TagClassName
{
border-color: #75FEDA;
}
</style>