Shades of Aquamarine #75FED5
Tints of Aquamarine #75FED5
RGB
CMYK
RGB Variations
Color information
#75FED5 (or 0x75FED5) is known color: Aquamarine. HEX triplet: 75, FE and D5. RGB value is (117,254,213). Sum of RGB (Red+Green+Blue) = 117+254+213=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #75FED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FED5 is #8A012A. Grayscale: #D0D0D0. Windows color (decimal): -9044267 or 14024309. OLE color: 14024309.
HSL color Cylindrical-coordinate representation of color #75FED5: hue angle of 162.04º 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 #75FED5 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 213 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.00 |
| HSL | 162.04º | 0.99% | 0.73% | - |
| HSV(B) | 162.04º | 0.54% | 1% | - |
| XYZ | 54.79 | 79.47 | 75.4 | - |
| YUV | 208.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 213 | 0.54 | 0 | 0.16 | 0.00 | 162.04 | 0.99 | 0.73 |
| Hex | 75 | FE | D5 | 36 | 0 | 10 | 0 | A2 | 63 | 49 |
| Octal | 165 | 376 | 325 | 66 | 0 | 20 | 0 | 242 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11010101 | 110110 | 0 | 10000 | 0 | 10100010 | 1100011 | 1001001 |
Color Harmonies of #75FED5
Complementary color
Monochromatic Colors of #75FED5
Black with #75FED5
Text Example
Text Example
White with #75FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FED5; }
p { color: rgb(117,254,213); }
H1.HeaderClassName
{
color: #75FED5;
}
.AnyTagClassName
{
color: #75FED5;
}
</style>
background-color css
<style>
a { background-color: #75FED5; }
a { background-color: rgb(117,254,213); }
div.DivClassName
{
background-color: #75FED5;
}
.BgClassName
{
background-color: #75FED5;
}
</style>
border-color css
<style>
span { border-color: #75FED5; }
span { border-color: rgb(117,254,213); }
td.TdClassName
{
border-color: #75FED5;
}
.TagClassName
{
border-color: #75FED5;
}
</style>