Shades of Medium Aquamarine #75CFA1
Tints of Medium Aquamarine #75CFA1
RGB
CMYK
RGB Variations
Color information
#75CFA1 (or 0x75CFA1) is known color: Medium Aquamarine. HEX triplet: 75, CF and A1. RGB value is (117,207,161). Sum of RGB (Red+Green+Blue) = 117+207+161=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CFA1 is #8A305E. Grayscale: #AEAEAE. Windows color (decimal): -9056351 or 10604405. OLE color: 10604405.
HSL color Cylindrical-coordinate representation of color #75CFA1: hue angle of 149.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CFA1 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 161 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.19 |
| HSL | 149.33º | 0.48% | 0.64% | - |
| HSV(B) | 149.33º | 0.43% | 0.81% | - |
| XYZ | 36.08 | 50.98 | 41.66 | - |
| YUV | 174.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 161 | 0.43 | 0 | 0.22 | 0.19 | 149.33 | 0.48 | 0.64 |
| Hex | 75 | CF | A1 | 2B | 0 | 16 | 13 | 95 | 30 | 40 |
| Octal | 165 | 317 | 241 | 53 | 0 | 26 | 23 | 225 | 60 | 100 |
| Binary | 1110101 | 11001111 | 10100001 | 101011 | 0 | 10110 | 10011 | 10010101 | 110000 | 1000000 |
Color Harmonies of #75CFA1
Complementary color
Monochromatic Colors of #75CFA1
Black with #75CFA1
Text Example
Text Example
White with #75CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFA1; }
p { color: rgb(117,207,161); }
H1.HeaderClassName
{
color: #75CFA1;
}
.AnyTagClassName
{
color: #75CFA1;
}
</style>
background-color css
<style>
a { background-color: #75CFA1; }
a { background-color: rgb(117,207,161); }
div.DivClassName
{
background-color: #75CFA1;
}
.BgClassName
{
background-color: #75CFA1;
}
</style>
border-color css
<style>
span { border-color: #75CFA1; }
span { border-color: rgb(117,207,161); }
td.TdClassName
{
border-color: #75CFA1;
}
.TagClassName
{
border-color: #75CFA1;
}
</style>