Shades of Aquamarine #75FFD6
Tints of Aquamarine #75FFD6
RGB
CMYK
RGB Variations
Color information
#75FFD6 (or 0x75FFD6) is known color: Aquamarine. HEX triplet: 75, FF and D6. RGB value is (117,255,214). Sum of RGB (Red+Green+Blue) = 117+255+214=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFD6 is #8A0029. Grayscale: #D1D1D1. Windows color (decimal): -9044010 or 14090101. OLE color: 14090101.
HSL color Cylindrical-coordinate representation of color #75FFD6: hue angle of 162.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFD6 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 214 | - |
| CMYK | 0.54 | 0 | 0.16 | 0 |
| HSL | 162.17º | 1% | 0.73% | - |
| HSV(B) | 162.17º | 0.54% | 1% | - |
| XYZ | 55.23 | 80.16 | 76.18 | - |
| YUV | 209.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 214 | 0.54 | 0 | 0.16 | 0 | 162.17 | 1 | 0.73 |
| Hex | 75 | FF | D6 | 36 | 0 | 10 | 0 | A2 | 64 | 49 |
| Octal | 165 | 377 | 326 | 66 | 0 | 20 | 0 | 242 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11010110 | 110110 | 0 | 10000 | 0 | 10100010 | 1100100 | 1001001 |
Color Harmonies of #75FFD6
Complementary color
Monochromatic Colors of #75FFD6
Black with #75FFD6
Text Example
Text Example
White with #75FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFD6; }
p { color: rgb(117,255,214); }
H1.HeaderClassName
{
color: #75FFD6;
}
.AnyTagClassName
{
color: #75FFD6;
}
</style>
background-color css
<style>
a { background-color: #75FFD6; }
a { background-color: rgb(117,255,214); }
div.DivClassName
{
background-color: #75FFD6;
}
.BgClassName
{
background-color: #75FFD6;
}
</style>
border-color css
<style>
span { border-color: #75FFD6; }
span { border-color: rgb(117,255,214); }
td.TdClassName
{
border-color: #75FFD6;
}
.TagClassName
{
border-color: #75FFD6;
}
</style>