Shades of Aquamarine #75FEDC
Tints of Aquamarine #75FEDC
RGB
CMYK
RGB Variations
Color information
#75FEDC (or 0x75FEDC) is known color: Aquamarine. HEX triplet: 75, FE and DC. RGB value is (117,254,220). Sum of RGB (Red+Green+Blue) = 117+254+220=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEDC is #8A0123. Grayscale: #D1D1D1. Windows color (decimal): -9044260 or 14483061. OLE color: 14483061.
HSL color Cylindrical-coordinate representation of color #75FEDC: hue angle of 165.11º 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 #75FEDC is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 220 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.00 |
| HSL | 165.11º | 0.99% | 0.73% | - |
| HSV(B) | 165.11º | 0.54% | 1% | - |
| XYZ | 55.7 | 79.83 | 80.18 | - |
| YUV | 209.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 220 | 0.54 | 0 | 0.13 | 0.00 | 165.11 | 0.99 | 0.73 |
| Hex | 75 | FE | DC | 36 | 0 | D | 0 | A5 | 63 | 49 |
| Octal | 165 | 376 | 334 | 66 | 0 | 15 | 0 | 245 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11011100 | 110110 | 0 | 1101 | 0 | 10100101 | 1100011 | 1001001 |
Color Harmonies of #75FEDC
Complementary color
Monochromatic Colors of #75FEDC
Black with #75FEDC
Text Example
Text Example
White with #75FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEDC; }
p { color: rgb(117,254,220); }
H1.HeaderClassName
{
color: #75FEDC;
}
.AnyTagClassName
{
color: #75FEDC;
}
</style>
background-color css
<style>
a { background-color: #75FEDC; }
a { background-color: rgb(117,254,220); }
div.DivClassName
{
background-color: #75FEDC;
}
.BgClassName
{
background-color: #75FEDC;
}
</style>
border-color css
<style>
span { border-color: #75FEDC; }
span { border-color: rgb(117,254,220); }
td.TdClassName
{
border-color: #75FEDC;
}
.TagClassName
{
border-color: #75FEDC;
}
</style>