Shades of Medium Aquamarine #75CFAA
Tints of Medium Aquamarine #75CFAA
RGB
CMYK
RGB Variations
Color information
#75CFAA (or 0x75CFAA) is known color: Medium Aquamarine. HEX triplet: 75, CF and AA. RGB value is (117,207,170). Sum of RGB (Red+Green+Blue) = 117+207+170=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CFAA is #8A3055. Grayscale: #AFAFAF. Windows color (decimal): -9056342 or 11194229. OLE color: 11194229.
HSL color Cylindrical-coordinate representation of color #75CFAA: hue angle of 155.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 #75CFAA is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 170 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.19 |
| HSL | 155.33º | 0.48% | 0.64% | - |
| HSV(B) | 155.33º | 0.43% | 0.81% | - |
| XYZ | 36.9 | 51.31 | 45.99 | - |
| YUV | 175.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 170 | 0.43 | 0 | 0.18 | 0.19 | 155.33 | 0.48 | 0.64 |
| Hex | 75 | CF | AA | 2B | 0 | 12 | 13 | 9B | 30 | 40 |
| Octal | 165 | 317 | 252 | 53 | 0 | 22 | 23 | 233 | 60 | 100 |
| Binary | 1110101 | 11001111 | 10101010 | 101011 | 0 | 10010 | 10011 | 10011011 | 110000 | 1000000 |
Color Harmonies of #75CFAA
Complementary color
Monochromatic Colors of #75CFAA
Black with #75CFAA
Text Example
Text Example
White with #75CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFAA; }
p { color: rgb(117,207,170); }
H1.HeaderClassName
{
color: #75CFAA;
}
.AnyTagClassName
{
color: #75CFAA;
}
</style>
background-color css
<style>
a { background-color: #75CFAA; }
a { background-color: rgb(117,207,170); }
div.DivClassName
{
background-color: #75CFAA;
}
.BgClassName
{
background-color: #75CFAA;
}
</style>
border-color css
<style>
span { border-color: #75CFAA; }
span { border-color: rgb(117,207,170); }
td.TdClassName
{
border-color: #75CFAA;
}
.TagClassName
{
border-color: #75CFAA;
}
</style>