Shades of Aquamarine #75F9E5
Tints of Aquamarine #75F9E5
RGB
CMYK
RGB Variations
Color information
#75F9E5 (or 0x75F9E5) is known color: Aquamarine. HEX triplet: 75, F9 and E5. RGB value is (117,249,229). Sum of RGB (Red+Green+Blue) = 117+249+229=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9E5 is #8A061A. Grayscale: #CFCFCF. Windows color (decimal): -9045531 or 15071605. OLE color: 15071605.
HSL color Cylindrical-coordinate representation of color #75F9E5: hue angle of 170.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F9E5 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 249 | 229 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.02 |
| HSL | 170.91º | 0.92% | 0.72% | - |
| HSV(B) | 170.91º | 0.53% | 0.98% | - |
| XYZ | 55.35 | 77.19 | 86.11 | - |
| YUV | 207.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 249 | 229 | 0.53 | 0 | 0.08 | 0.02 | 170.91 | 0.92 | 0.72 |
| Hex | 75 | F9 | E5 | 35 | 0 | 8 | 2 | AB | 5C | 48 |
| Octal | 165 | 371 | 345 | 65 | 0 | 10 | 2 | 253 | 134 | 110 |
| Binary | 1110101 | 11111001 | 11100101 | 110101 | 0 | 1000 | 10 | 10101011 | 1011100 | 1001000 |
Color Harmonies of #75F9E5
Complementary color
Monochromatic Colors of #75F9E5
Black with #75F9E5
Text Example
Text Example
White with #75F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F9E5; }
p { color: rgb(117,249,229); }
H1.HeaderClassName
{
color: #75F9E5;
}
.AnyTagClassName
{
color: #75F9E5;
}
</style>
background-color css
<style>
a { background-color: #75F9E5; }
a { background-color: rgb(117,249,229); }
div.DivClassName
{
background-color: #75F9E5;
}
.BgClassName
{
background-color: #75F9E5;
}
</style>
border-color css
<style>
span { border-color: #75F9E5; }
span { border-color: rgb(117,249,229); }
td.TdClassName
{
border-color: #75F9E5;
}
.TagClassName
{
border-color: #75F9E5;
}
</style>