Shades of Aquamarine #75F3DD
Tints of Aquamarine #75F3DD
RGB
CMYK
RGB Variations
Color information
#75F3DD (or 0x75F3DD) is known color: Aquamarine. HEX triplet: 75, F3 and DD. RGB value is (117,243,221). Sum of RGB (Red+Green+Blue) = 117+243+221=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F3DD is #8A0C22. Grayscale: #CACACA. Windows color (decimal): -9047075 or 14545781. OLE color: 14545781.
HSL color Cylindrical-coordinate representation of color #75F3DD: hue angle of 169.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F3DD is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 221 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.05 |
| HSL | 169.52º | 0.84% | 0.71% | - |
| HSV(B) | 169.52º | 0.52% | 0.95% | - |
| XYZ | 52.44 | 73.1 | 79.75 | - |
| YUV | 202.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 221 | 0.52 | 0 | 0.09 | 0.05 | 169.52 | 0.84 | 0.71 |
| Hex | 75 | F3 | DD | 34 | 0 | 9 | 5 | AA | 54 | 47 |
| Octal | 165 | 363 | 335 | 64 | 0 | 11 | 5 | 252 | 124 | 107 |
| Binary | 1110101 | 11110011 | 11011101 | 110100 | 0 | 1001 | 101 | 10101010 | 1010100 | 1000111 |
Color Harmonies of #75F3DD
Complementary color
Monochromatic Colors of #75F3DD
Black with #75F3DD
Text Example
Text Example
White with #75F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F3DD; }
p { color: rgb(117,243,221); }
H1.HeaderClassName
{
color: #75F3DD;
}
.AnyTagClassName
{
color: #75F3DD;
}
</style>
background-color css
<style>
a { background-color: #75F3DD; }
a { background-color: rgb(117,243,221); }
div.DivClassName
{
background-color: #75F3DD;
}
.BgClassName
{
background-color: #75F3DD;
}
</style>
border-color css
<style>
span { border-color: #75F3DD; }
span { border-color: rgb(117,243,221); }
td.TdClassName
{
border-color: #75F3DD;
}
.TagClassName
{
border-color: #75F3DD;
}
</style>