Shades of Aquamarine #75FEDB
Tints of Aquamarine #75FEDB
RGB
CMYK
RGB Variations
Color information
#75FEDB (or 0x75FEDB) is known color: Aquamarine. HEX triplet: 75, FE and DB. RGB value is (117,254,219). Sum of RGB (Red+Green+Blue) = 117+254+219=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEDB is #8A0124. Grayscale: #D1D1D1. Windows color (decimal): -9044261 or 14417525. OLE color: 14417525.
HSL color Cylindrical-coordinate representation of color #75FEDB: hue angle of 164.67º 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 #75FEDB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 219 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.00 |
| HSL | 164.67º | 0.99% | 0.73% | - |
| HSV(B) | 164.67º | 0.54% | 1% | - |
| XYZ | 55.56 | 79.78 | 79.49 | - |
| YUV | 209.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 219 | 0.54 | 0 | 0.14 | 0.00 | 164.67 | 0.99 | 0.73 |
| Hex | 75 | FE | DB | 36 | 0 | E | 0 | A5 | 63 | 49 |
| Octal | 165 | 376 | 333 | 66 | 0 | 16 | 0 | 245 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11011011 | 110110 | 0 | 1110 | 0 | 10100101 | 1100011 | 1001001 |
Color Harmonies of #75FEDB
Complementary color
Monochromatic Colors of #75FEDB
Black with #75FEDB
Text Example
Text Example
White with #75FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEDB; }
p { color: rgb(117,254,219); }
H1.HeaderClassName
{
color: #75FEDB;
}
.AnyTagClassName
{
color: #75FEDB;
}
</style>
background-color css
<style>
a { background-color: #75FEDB; }
a { background-color: rgb(117,254,219); }
div.DivClassName
{
background-color: #75FEDB;
}
.BgClassName
{
background-color: #75FEDB;
}
</style>
border-color css
<style>
span { border-color: #75FEDB; }
span { border-color: rgb(117,254,219); }
td.TdClassName
{
border-color: #75FEDB;
}
.TagClassName
{
border-color: #75FEDB;
}
</style>