Shades of Aquamarine #75FAE2
Tints of Aquamarine #75FAE2
RGB
CMYK
RGB Variations
Color information
#75FAE2 (or 0x75FAE2) is known color: Aquamarine. HEX triplet: 75, FA and E2. RGB value is (117,250,226). Sum of RGB (Red+Green+Blue) = 117+250+226=593 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.73% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAE2 is #8A051D. Grayscale: #CFCFCF. Windows color (decimal): -9045278 or 14875253. OLE color: 14875253.
HSL color Cylindrical-coordinate representation of color #75FAE2: hue angle of 169.17º degrees, saturation: 0.93, 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 #75FAE2 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 226 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.02 |
| HSL | 169.17º | 0.93% | 0.72% | - |
| HSV(B) | 169.17º | 0.53% | 0.98% | - |
| XYZ | 55.25 | 77.64 | 84.03 | - |
| YUV | 207.5 | 138.44 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 226 | 0.53 | 0 | 0.10 | 0.02 | 169.17 | 0.93 | 0.72 |
| Hex | 75 | FA | E2 | 35 | 0 | A | 2 | A9 | 5D | 48 |
| Octal | 165 | 372 | 342 | 65 | 0 | 12 | 2 | 251 | 135 | 110 |
| Binary | 1110101 | 11111010 | 11100010 | 110101 | 0 | 1010 | 10 | 10101001 | 1011101 | 1001000 |
Color Harmonies of #75FAE2
Complementary color
Monochromatic Colors of #75FAE2
Black with #75FAE2
Text Example
Text Example
White with #75FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FAE2; }
p { color: rgb(117,250,226); }
H1.HeaderClassName
{
color: #75FAE2;
}
.AnyTagClassName
{
color: #75FAE2;
}
</style>
background-color css
<style>
a { background-color: #75FAE2; }
a { background-color: rgb(117,250,226); }
div.DivClassName
{
background-color: #75FAE2;
}
.BgClassName
{
background-color: #75FAE2;
}
</style>
border-color css
<style>
span { border-color: #75FAE2; }
span { border-color: rgb(117,250,226); }
td.TdClassName
{
border-color: #75FAE2;
}
.TagClassName
{
border-color: #75FAE2;
}
</style>