Shades of Aquamarine #75FFE5
Tints of Aquamarine #75FFE5
RGB
CMYK
RGB Variations
Color information
#75FFE5 (or 0x75FFE5) is known color: Aquamarine. HEX triplet: 75, FF and E5. RGB value is (117,255,229). Sum of RGB (Red+Green+Blue) = 117+255+229=601 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.47% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFE5 is #8A001A. Grayscale: #D2D2D2. Windows color (decimal): -9043995 or 15073141. OLE color: 15073141.
HSL color Cylindrical-coordinate representation of color #75FFE5: hue angle of 168.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFE5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 229 | - |
| CMYK | 0.54 | 0 | 0.10 | 0 |
| HSL | 168.7º | 1% | 0.73% | - |
| HSV(B) | 168.7º | 0.54% | 1% | - |
| XYZ | 57.24 | 80.96 | 86.74 | - |
| YUV | 210.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 229 | 0.54 | 0 | 0.10 | 0 | 168.7 | 1 | 0.73 |
| Hex | 75 | FF | E5 | 36 | 0 | A | 0 | A9 | 64 | 49 |
| Octal | 165 | 377 | 345 | 66 | 0 | 12 | 0 | 251 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11100101 | 110110 | 0 | 1010 | 0 | 10101001 | 1100100 | 1001001 |
Color Harmonies of #75FFE5
Complementary color
Monochromatic Colors of #75FFE5
Black with #75FFE5
Text Example
Text Example
White with #75FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFE5; }
p { color: rgb(117,255,229); }
H1.HeaderClassName
{
color: #75FFE5;
}
.AnyTagClassName
{
color: #75FFE5;
}
</style>
background-color css
<style>
a { background-color: #75FFE5; }
a { background-color: rgb(117,255,229); }
div.DivClassName
{
background-color: #75FFE5;
}
.BgClassName
{
background-color: #75FFE5;
}
</style>
border-color css
<style>
span { border-color: #75FFE5; }
span { border-color: rgb(117,255,229); }
td.TdClassName
{
border-color: #75FFE5;
}
.TagClassName
{
border-color: #75FFE5;
}
</style>