Shades of Aquamarine #75FDD6
Tints of Aquamarine #75FDD6
RGB
CMYK
RGB Variations
Color information
#75FDD6 (or 0x75FDD6) is known color: Aquamarine. HEX triplet: 75, FD and D6. RGB value is (117,253,214). Sum of RGB (Red+Green+Blue) = 117+253+214=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDD6 is #8A0229. Grayscale: #CFCFCF. Windows color (decimal): -9044522 or 14089589. OLE color: 14089589.
HSL color Cylindrical-coordinate representation of color #75FDD6: hue angle of 162.79º 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 #75FDD6 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 214 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.01 |
| HSL | 162.79º | 0.97% | 0.73% | - |
| HSV(B) | 162.79º | 0.54% | 0.99% | - |
| XYZ | 54.6 | 78.89 | 75.97 | - |
| YUV | 207.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 214 | 0.54 | 0 | 0.15 | 0.01 | 162.79 | 0.97 | 0.73 |
| Hex | 75 | FD | D6 | 36 | 0 | F | 1 | A3 | 61 | 49 |
| Octal | 165 | 375 | 326 | 66 | 0 | 17 | 1 | 243 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11010110 | 110110 | 0 | 1111 | 1 | 10100011 | 1100001 | 1001001 |
Color Harmonies of #75FDD6
Complementary color
Monochromatic Colors of #75FDD6
Black with #75FDD6
Text Example
Text Example
White with #75FDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDD6; }
p { color: rgb(117,253,214); }
H1.HeaderClassName
{
color: #75FDD6;
}
.AnyTagClassName
{
color: #75FDD6;
}
</style>
background-color css
<style>
a { background-color: #75FDD6; }
a { background-color: rgb(117,253,214); }
div.DivClassName
{
background-color: #75FDD6;
}
.BgClassName
{
background-color: #75FDD6;
}
</style>
border-color css
<style>
span { border-color: #75FDD6; }
span { border-color: rgb(117,253,214); }
td.TdClassName
{
border-color: #75FDD6;
}
.TagClassName
{
border-color: #75FDD6;
}
</style>