Shades of Aquamarine #75EDC4
Tints of Aquamarine #75EDC4
RGB
CMYK
RGB Variations
Color information
#75EDC4 (or 0x75EDC4) is known color: Aquamarine. HEX triplet: 75, ED and C4. RGB value is (117,237,196). Sum of RGB (Red+Green+Blue) = 117+237+196=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDC4 is #8A123B. Grayscale: #C4C4C4. Windows color (decimal): -9048636 or 12905845. OLE color: 12905845.
HSL color Cylindrical-coordinate representation of color #75EDC4: hue angle of 159.5º 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 #75EDC4 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 196 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.07 |
| HSL | 159.5º | 0.77% | 0.69% | - |
| HSV(B) | 159.5º | 0.51% | 0.93% | - |
| XYZ | 47.58 | 68.34 | 62.91 | - |
| YUV | 196.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 196 | 0.51 | 0 | 0.17 | 0.07 | 159.5 | 0.77 | 0.69 |
| Hex | 75 | ED | C4 | 33 | 0 | 11 | 7 | A0 | 4D | 45 |
| Octal | 165 | 355 | 304 | 63 | 0 | 21 | 7 | 240 | 115 | 105 |
| Binary | 1110101 | 11101101 | 11000100 | 110011 | 0 | 10001 | 111 | 10100000 | 1001101 | 1000101 |
Color Harmonies of #75EDC4
Complementary color
Monochromatic Colors of #75EDC4
Black with #75EDC4
Text Example
Text Example
White with #75EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDC4; }
p { color: rgb(117,237,196); }
H1.HeaderClassName
{
color: #75EDC4;
}
.AnyTagClassName
{
color: #75EDC4;
}
</style>
background-color css
<style>
a { background-color: #75EDC4; }
a { background-color: rgb(117,237,196); }
div.DivClassName
{
background-color: #75EDC4;
}
.BgClassName
{
background-color: #75EDC4;
}
</style>
border-color css
<style>
span { border-color: #75EDC4; }
span { border-color: rgb(117,237,196); }
td.TdClassName
{
border-color: #75EDC4;
}
.TagClassName
{
border-color: #75EDC4;
}
</style>