Shades of Aquamarine #75FDDB
Tints of Aquamarine #75FDDB
RGB
CMYK
RGB Variations
Color information
#75FDDB (or 0x75FDDB) is known color: Aquamarine. HEX triplet: 75, FD and DB. RGB value is (117,253,219). Sum of RGB (Red+Green+Blue) = 117+253+219=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDDB is #8A0224. Grayscale: #D0D0D0. Windows color (decimal): -9044517 or 14417269. OLE color: 14417269.
HSL color Cylindrical-coordinate representation of color #75FDDB: hue angle of 165º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDDB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 219 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.01 |
| HSL | 165º | 0.97% | 0.73% | - |
| HSV(B) | 165º | 0.54% | 0.99% | - |
| XYZ | 55.25 | 79.15 | 79.38 | - |
| YUV | 208.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 219 | 0.54 | 0 | 0.13 | 0.01 | 165 | 0.97 | 0.73 |
| Hex | 75 | FD | DB | 36 | 0 | D | 1 | A5 | 61 | 49 |
| Octal | 165 | 375 | 333 | 66 | 0 | 15 | 1 | 245 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11011011 | 110110 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001001 |
Color Harmonies of #75FDDB
Complementary color
Monochromatic Colors of #75FDDB
Black with #75FDDB
Text Example
Text Example
White with #75FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDDB; }
p { color: rgb(117,253,219); }
H1.HeaderClassName
{
color: #75FDDB;
}
.AnyTagClassName
{
color: #75FDDB;
}
</style>
background-color css
<style>
a { background-color: #75FDDB; }
a { background-color: rgb(117,253,219); }
div.DivClassName
{
background-color: #75FDDB;
}
.BgClassName
{
background-color: #75FDDB;
}
</style>
border-color css
<style>
span { border-color: #75FDDB; }
span { border-color: rgb(117,253,219); }
td.TdClassName
{
border-color: #75FDDB;
}
.TagClassName
{
border-color: #75FDDB;
}
</style>