Shades of Aquamarine #75F5BA
Tints of Aquamarine #75F5BA
RGB
CMYK
RGB Variations
Color information
#75F5BA (or 0x75F5BA) is known color: Aquamarine. HEX triplet: 75, F5 and BA. RGB value is (117,245,186). Sum of RGB (Red+Green+Blue) = 117+245+186=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #75F5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F5BA is #8A0A45. Grayscale: #C8C8C8. Windows color (decimal): -9046598 or 12252533. OLE color: 12252533.
HSL color Cylindrical-coordinate representation of color #75F5BA: hue angle of 152.34º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F5BA is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 245 | 186 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.04 |
| HSL | 152.34º | 0.86% | 0.71% | - |
| HSV(B) | 152.34º | 0.52% | 0.96% | - |
| XYZ | 48.85 | 72.63 | 57.9 | - |
| YUV | 200 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 245 | 186 | 0.52 | 0 | 0.24 | 0.04 | 152.34 | 0.86 | 0.71 |
| Hex | 75 | F5 | BA | 34 | 0 | 18 | 4 | 98 | 56 | 47 |
| Octal | 165 | 365 | 272 | 64 | 0 | 30 | 4 | 230 | 126 | 107 |
| Binary | 1110101 | 11110101 | 10111010 | 110100 | 0 | 11000 | 100 | 10011000 | 1010110 | 1000111 |
Color Harmonies of #75F5BA
Complementary color
Monochromatic Colors of #75F5BA
Black with #75F5BA
Text Example
Text Example
White with #75F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F5BA; }
p { color: rgb(117,245,186); }
H1.HeaderClassName
{
color: #75F5BA;
}
.AnyTagClassName
{
color: #75F5BA;
}
</style>
background-color css
<style>
a { background-color: #75F5BA; }
a { background-color: rgb(117,245,186); }
div.DivClassName
{
background-color: #75F5BA;
}
.BgClassName
{
background-color: #75F5BA;
}
</style>
border-color css
<style>
span { border-color: #75F5BA; }
span { border-color: rgb(117,245,186); }
td.TdClassName
{
border-color: #75F5BA;
}
.TagClassName
{
border-color: #75F5BA;
}
</style>