Shades of Aquamarine #75FDD1
Tints of Aquamarine #75FDD1
RGB
CMYK
RGB Variations
Color information
#75FDD1 (or 0x75FDD1) is known color: Aquamarine. HEX triplet: 75, FD and D1. RGB value is (117,253,209). Sum of RGB (Red+Green+Blue) = 117+253+209=579 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.21% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDD1 is #8A022E. Grayscale: #CFCFCF. Windows color (decimal): -9044527 or 13761909. OLE color: 13761909.
HSL color Cylindrical-coordinate representation of color #75FDD1: hue angle of 160.59º 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 #75FDD1 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 209 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.01 |
| HSL | 160.59º | 0.97% | 0.73% | - |
| HSV(B) | 160.59º | 0.54% | 0.99% | - |
| XYZ | 53.97 | 78.64 | 72.66 | - |
| YUV | 207.32 | 128.94 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 209 | 0.54 | 0 | 0.17 | 0.01 | 160.59 | 0.97 | 0.73 |
| Hex | 75 | FD | D1 | 36 | 0 | 11 | 1 | A1 | 61 | 49 |
| Octal | 165 | 375 | 321 | 66 | 0 | 21 | 1 | 241 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11010001 | 110110 | 0 | 10001 | 1 | 10100001 | 1100001 | 1001001 |
Color Harmonies of #75FDD1
Complementary color
Monochromatic Colors of #75FDD1
Black with #75FDD1
Text Example
Text Example
White with #75FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDD1; }
p { color: rgb(117,253,209); }
H1.HeaderClassName
{
color: #75FDD1;
}
.AnyTagClassName
{
color: #75FDD1;
}
</style>
background-color css
<style>
a { background-color: #75FDD1; }
a { background-color: rgb(117,253,209); }
div.DivClassName
{
background-color: #75FDD1;
}
.BgClassName
{
background-color: #75FDD1;
}
</style>
border-color css
<style>
span { border-color: #75FDD1; }
span { border-color: rgb(117,253,209); }
td.TdClassName
{
border-color: #75FDD1;
}
.TagClassName
{
border-color: #75FDD1;
}
</style>