Shades of Aquamarine #75EED1
Tints of Aquamarine #75EED1
RGB
CMYK
RGB Variations
Color information
#75EED1 (or 0x75EED1) is known color: Aquamarine. HEX triplet: 75, EE and D1. RGB value is (117,238,209). Sum of RGB (Red+Green+Blue) = 117+238+209=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #75EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EED1 is #8A112E. Grayscale: #C6C6C6. Windows color (decimal): -9048367 or 13758069. OLE color: 13758069.
HSL color Cylindrical-coordinate representation of color #75EED1: hue angle of 165.62º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EED1 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 238 | 209 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.07 |
| HSL | 165.62º | 0.78% | 0.7% | - |
| HSV(B) | 165.62º | 0.51% | 0.93% | - |
| XYZ | 49.42 | 69.53 | 71.14 | - |
| YUV | 198.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 238 | 209 | 0.51 | 0 | 0.12 | 0.07 | 165.62 | 0.78 | 0.7 |
| Hex | 75 | EE | D1 | 33 | 0 | C | 7 | A6 | 4E | 46 |
| Octal | 165 | 356 | 321 | 63 | 0 | 14 | 7 | 246 | 116 | 106 |
| Binary | 1110101 | 11101110 | 11010001 | 110011 | 0 | 1100 | 111 | 10100110 | 1001110 | 1000110 |
Color Harmonies of #75EED1
Complementary color
Monochromatic Colors of #75EED1
Black with #75EED1
Text Example
Text Example
White with #75EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EED1; }
p { color: rgb(117,238,209); }
H1.HeaderClassName
{
color: #75EED1;
}
.AnyTagClassName
{
color: #75EED1;
}
</style>
background-color css
<style>
a { background-color: #75EED1; }
a { background-color: rgb(117,238,209); }
div.DivClassName
{
background-color: #75EED1;
}
.BgClassName
{
background-color: #75EED1;
}
</style>
border-color css
<style>
span { border-color: #75EED1; }
span { border-color: rgb(117,238,209); }
td.TdClassName
{
border-color: #75EED1;
}
.TagClassName
{
border-color: #75EED1;
}
</style>