Shades of Aquamarine #75EDC5
Tints of Aquamarine #75EDC5
RGB
CMYK
RGB Variations
Color information
#75EDC5 (or 0x75EDC5) is known color: Aquamarine. HEX triplet: 75, ED and C5. RGB value is (117,237,197). Sum of RGB (Red+Green+Blue) = 117+237+197=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDC5 is #8A123A. Grayscale: #C4C4C4. Windows color (decimal): -9048635 or 12971381. OLE color: 12971381.
HSL color Cylindrical-coordinate representation of color #75EDC5: hue angle of 160º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDC5 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 197 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.07 |
| HSL | 160º | 0.77% | 0.69% | - |
| HSV(B) | 160º | 0.51% | 0.93% | - |
| XYZ | 47.7 | 68.38 | 63.51 | - |
| YUV | 196.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 197 | 0.51 | 0 | 0.17 | 0.07 | 160 | 0.77 | 0.69 |
| Hex | 75 | ED | C5 | 33 | 0 | 11 | 7 | A0 | 4D | 45 |
| Octal | 165 | 355 | 305 | 63 | 0 | 21 | 7 | 240 | 115 | 105 |
| Binary | 1110101 | 11101101 | 11000101 | 110011 | 0 | 10001 | 111 | 10100000 | 1001101 | 1000101 |
Color Harmonies of #75EDC5
Complementary color
Monochromatic Colors of #75EDC5
Black with #75EDC5
Text Example
Text Example
White with #75EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDC5; }
p { color: rgb(117,237,197); }
H1.HeaderClassName
{
color: #75EDC5;
}
.AnyTagClassName
{
color: #75EDC5;
}
</style>
background-color css
<style>
a { background-color: #75EDC5; }
a { background-color: rgb(117,237,197); }
div.DivClassName
{
background-color: #75EDC5;
}
.BgClassName
{
background-color: #75EDC5;
}
</style>
border-color css
<style>
span { border-color: #75EDC5; }
span { border-color: rgb(117,237,197); }
td.TdClassName
{
border-color: #75EDC5;
}
.TagClassName
{
border-color: #75EDC5;
}
</style>