Shades of Aquamarine #75FEE6
Tints of Aquamarine #75FEE6
RGB
CMYK
RGB Variations
Color information
#75FEE6 (or 0x75FEE6) is known color: Aquamarine. HEX triplet: 75, FE and E6. RGB value is (117,254,230). Sum of RGB (Red+Green+Blue) = 117+254+230=601 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.47% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEE6 is #8A0119. Grayscale: #D2D2D2. Windows color (decimal): -9044250 or 15138421. OLE color: 15138421.
HSL color Cylindrical-coordinate representation of color #75FEE6: hue angle of 169.49º 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 #75FEE6 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 230 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.00 |
| HSL | 169.49º | 0.99% | 0.73% | - |
| HSV(B) | 169.49º | 0.54% | 1% | - |
| XYZ | 57.06 | 80.38 | 87.37 | - |
| YUV | 210.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 230 | 0.54 | 0 | 0.09 | 0.00 | 169.49 | 0.99 | 0.73 |
| Hex | 75 | FE | E6 | 36 | 0 | 9 | 0 | A9 | 63 | 49 |
| Octal | 165 | 376 | 346 | 66 | 0 | 11 | 0 | 251 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11100110 | 110110 | 0 | 1001 | 0 | 10101001 | 1100011 | 1001001 |
Color Harmonies of #75FEE6
Complementary color
Monochromatic Colors of #75FEE6
Black with #75FEE6
Text Example
Text Example
White with #75FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEE6; }
p { color: rgb(117,254,230); }
H1.HeaderClassName
{
color: #75FEE6;
}
.AnyTagClassName
{
color: #75FEE6;
}
</style>
background-color css
<style>
a { background-color: #75FEE6; }
a { background-color: rgb(117,254,230); }
div.DivClassName
{
background-color: #75FEE6;
}
.BgClassName
{
background-color: #75FEE6;
}
</style>
border-color css
<style>
span { border-color: #75FEE6; }
span { border-color: rgb(117,254,230); }
td.TdClassName
{
border-color: #75FEE6;
}
.TagClassName
{
border-color: #75FEE6;
}
</style>