Shades of Aquamarine #75EDC9
Tints of Aquamarine #75EDC9
RGB
CMYK
RGB Variations
Color information
#75EDC9 (or 0x75EDC9) is known color: Aquamarine. HEX triplet: 75, ED and C9. RGB value is (117,237,201). Sum of RGB (Red+Green+Blue) = 117+237+201=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDC9 is #8A1236. Grayscale: #C5C5C5. Windows color (decimal): -9048631 or 13233525. OLE color: 13233525.
HSL color Cylindrical-coordinate representation of color #75EDC9: hue angle of 162º 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 #75EDC9 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 201 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.07 |
| HSL | 162º | 0.77% | 0.69% | - |
| HSV(B) | 162º | 0.51% | 0.93% | - |
| XYZ | 48.16 | 68.57 | 65.95 | - |
| YUV | 197.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 201 | 0.51 | 0 | 0.15 | 0.07 | 162 | 0.77 | 0.69 |
| Hex | 75 | ED | C9 | 33 | 0 | F | 7 | A2 | 4D | 45 |
| Octal | 165 | 355 | 311 | 63 | 0 | 17 | 7 | 242 | 115 | 105 |
| Binary | 1110101 | 11101101 | 11001001 | 110011 | 0 | 1111 | 111 | 10100010 | 1001101 | 1000101 |
Color Harmonies of #75EDC9
Complementary color
Monochromatic Colors of #75EDC9
Black with #75EDC9
Text Example
Text Example
White with #75EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDC9; }
p { color: rgb(117,237,201); }
H1.HeaderClassName
{
color: #75EDC9;
}
.AnyTagClassName
{
color: #75EDC9;
}
</style>
background-color css
<style>
a { background-color: #75EDC9; }
a { background-color: rgb(117,237,201); }
div.DivClassName
{
background-color: #75EDC9;
}
.BgClassName
{
background-color: #75EDC9;
}
</style>
border-color css
<style>
span { border-color: #75EDC9; }
span { border-color: rgb(117,237,201); }
td.TdClassName
{
border-color: #75EDC9;
}
.TagClassName
{
border-color: #75EDC9;
}
</style>