Shades of Aquamarine #75FEE8
Tints of Aquamarine #75FEE8
RGB
CMYK
RGB Variations
Color information
#75FEE8 (or 0x75FEE8) is known color: Aquamarine. HEX triplet: 75, FE and E8. RGB value is (117,254,232). Sum of RGB (Red+Green+Blue) = 117+254+232=603 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.40% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEE8 is #8A0117. Grayscale: #D2D2D2. Windows color (decimal): -9044248 or 15269493. OLE color: 15269493.
HSL color Cylindrical-coordinate representation of color #75FEE8: hue angle of 170.36º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEE8 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 232 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.00 |
| HSL | 170.37º | 0.99% | 0.73% | - |
| HSV(B) | 170.37º | 0.54% | 1% | - |
| XYZ | 57.34 | 80.49 | 88.86 | - |
| YUV | 210.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 232 | 0.54 | 0 | 0.09 | 0.00 | 170.37 | 0.99 | 0.73 |
| Hex | 75 | FE | E8 | 36 | 0 | 9 | 0 | AA | 63 | 49 |
| Octal | 165 | 376 | 350 | 66 | 0 | 11 | 0 | 252 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11101000 | 110110 | 0 | 1001 | 0 | 10101010 | 1100011 | 1001001 |
Color Harmonies of #75FEE8
Complementary color
Monochromatic Colors of #75FEE8
Black with #75FEE8
Text Example
Text Example
White with #75FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEE8; }
p { color: rgb(117,254,232); }
H1.HeaderClassName
{
color: #75FEE8;
}
.AnyTagClassName
{
color: #75FEE8;
}
</style>
background-color css
<style>
a { background-color: #75FEE8; }
a { background-color: rgb(117,254,232); }
div.DivClassName
{
background-color: #75FEE8;
}
.BgClassName
{
background-color: #75FEE8;
}
</style>
border-color css
<style>
span { border-color: #75FEE8; }
span { border-color: rgb(117,254,232); }
td.TdClassName
{
border-color: #75FEE8;
}
.TagClassName
{
border-color: #75FEE8;
}
</style>