Shades of Aquamarine #75FAE0
Tints of Aquamarine #75FAE0
RGB
CMYK
RGB Variations
Color information
#75FAE0 (or 0x75FAE0) is known color: Aquamarine. HEX triplet: 75, FA and E0. RGB value is (117,250,224). Sum of RGB (Red+Green+Blue) = 117+250+224=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FAE0 is #8A051F. Grayscale: #CFCFCF. Windows color (decimal): -9045280 or 14744181. OLE color: 14744181.
HSL color Cylindrical-coordinate representation of color #75FAE0: hue angle of 168.27º 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 #75FAE0 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 224 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.02 |
| HSL | 168.27º | 0.93% | 0.72% | - |
| HSV(B) | 168.27º | 0.53% | 0.98% | - |
| XYZ | 54.98 | 77.53 | 82.59 | - |
| YUV | 207.27 | 137.44 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 224 | 0.53 | 0 | 0.10 | 0.02 | 168.27 | 0.93 | 0.72 |
| Hex | 75 | FA | E0 | 35 | 0 | A | 2 | A8 | 5D | 48 |
| Octal | 165 | 372 | 340 | 65 | 0 | 12 | 2 | 250 | 135 | 110 |
| Binary | 1110101 | 11111010 | 11100000 | 110101 | 0 | 1010 | 10 | 10101000 | 1011101 | 1001000 |
Color Harmonies of #75FAE0
Complementary color
Monochromatic Colors of #75FAE0
Black with #75FAE0
Text Example
Text Example
White with #75FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FAE0; }
p { color: rgb(117,250,224); }
H1.HeaderClassName
{
color: #75FAE0;
}
.AnyTagClassName
{
color: #75FAE0;
}
</style>
background-color css
<style>
a { background-color: #75FAE0; }
a { background-color: rgb(117,250,224); }
div.DivClassName
{
background-color: #75FAE0;
}
.BgClassName
{
background-color: #75FAE0;
}
</style>
border-color css
<style>
span { border-color: #75FAE0; }
span { border-color: rgb(117,250,224); }
td.TdClassName
{
border-color: #75FAE0;
}
.TagClassName
{
border-color: #75FAE0;
}
</style>