Shades of Aquamarine #75FDDD
Tints of Aquamarine #75FDDD
RGB
CMYK
RGB Variations
Color information
#75FDDD (or 0x75FDDD) is known color: Aquamarine. HEX triplet: 75, FD and DD. RGB value is (117,253,221). Sum of RGB (Red+Green+Blue) = 117+253+221=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDDD is #8A0222. Grayscale: #D0D0D0. Windows color (decimal): -9044515 or 14548341. OLE color: 14548341.
HSL color Cylindrical-coordinate representation of color #75FDDD: hue angle of 165.88º 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 #75FDDD is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 221 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.01 |
| HSL | 165.88º | 0.97% | 0.73% | - |
| HSV(B) | 165.88º | 0.54% | 0.99% | - |
| XYZ | 55.51 | 79.25 | 80.78 | - |
| YUV | 208.69 | 134.94 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 221 | 0.54 | 0 | 0.13 | 0.01 | 165.88 | 0.97 | 0.73 |
| Hex | 75 | FD | DD | 36 | 0 | D | 1 | A6 | 61 | 49 |
| Octal | 165 | 375 | 335 | 66 | 0 | 15 | 1 | 246 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11011101 | 110110 | 0 | 1101 | 1 | 10100110 | 1100001 | 1001001 |
Color Harmonies of #75FDDD
Complementary color
Monochromatic Colors of #75FDDD
Black with #75FDDD
Text Example
Text Example
White with #75FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDDD; }
p { color: rgb(117,253,221); }
H1.HeaderClassName
{
color: #75FDDD;
}
.AnyTagClassName
{
color: #75FDDD;
}
</style>
background-color css
<style>
a { background-color: #75FDDD; }
a { background-color: rgb(117,253,221); }
div.DivClassName
{
background-color: #75FDDD;
}
.BgClassName
{
background-color: #75FDDD;
}
</style>
border-color css
<style>
span { border-color: #75FDDD; }
span { border-color: rgb(117,253,221); }
td.TdClassName
{
border-color: #75FDDD;
}
.TagClassName
{
border-color: #75FDDD;
}
</style>