Shades of Aquamarine #75FDC9
Tints of Aquamarine #75FDC9
RGB
CMYK
RGB Variations
Color information
#75FDC9 (or 0x75FDC9) is known color: Aquamarine. HEX triplet: 75, FD and C9. RGB value is (117,253,201). Sum of RGB (Red+Green+Blue) = 117+253+201=571 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.49% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDC9 is #8A0236. Grayscale: #CECECE. Windows color (decimal): -9044535 or 13237621. OLE color: 13237621.
HSL color Cylindrical-coordinate representation of color #75FDC9: hue angle of 157.06º 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 #75FDC9 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 201 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.01 |
| HSL | 157.06º | 0.97% | 0.73% | - |
| HSV(B) | 157.06º | 0.54% | 0.99% | - |
| XYZ | 53 | 78.25 | 67.57 | - |
| YUV | 206.41 | 124.94 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 201 | 0.54 | 0 | 0.21 | 0.01 | 157.06 | 0.97 | 0.73 |
| Hex | 75 | FD | C9 | 36 | 0 | 15 | 1 | 9D | 61 | 49 |
| Octal | 165 | 375 | 311 | 66 | 0 | 25 | 1 | 235 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11001001 | 110110 | 0 | 10101 | 1 | 10011101 | 1100001 | 1001001 |
Color Harmonies of #75FDC9
Complementary color
Monochromatic Colors of #75FDC9
Black with #75FDC9
Text Example
Text Example
White with #75FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDC9; }
p { color: rgb(117,253,201); }
H1.HeaderClassName
{
color: #75FDC9;
}
.AnyTagClassName
{
color: #75FDC9;
}
</style>
background-color css
<style>
a { background-color: #75FDC9; }
a { background-color: rgb(117,253,201); }
div.DivClassName
{
background-color: #75FDC9;
}
.BgClassName
{
background-color: #75FDC9;
}
</style>
border-color css
<style>
span { border-color: #75FDC9; }
span { border-color: rgb(117,253,201); }
td.TdClassName
{
border-color: #75FDC9;
}
.TagClassName
{
border-color: #75FDC9;
}
</style>