Shades of Medium Aquamarine #75CBA4
Tints of Medium Aquamarine #75CBA4
RGB
CMYK
RGB Variations
Color information
#75CBA4 (or 0x75CBA4) is known color: Medium Aquamarine. HEX triplet: 75, CB and A4. RGB value is (117,203,164). Sum of RGB (Red+Green+Blue) = 117+203+164=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CBA4 is #8A345B. Grayscale: #ACACAC. Windows color (decimal): -9057372 or 10799989. OLE color: 10799989.
HSL color Cylindrical-coordinate representation of color #75CBA4: hue angle of 152.79º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBA4 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 164 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.20 |
| HSL | 152.79º | 0.45% | 0.63% | - |
| HSV(B) | 152.79º | 0.42% | 0.8% | - |
| XYZ | 35.39 | 49.17 | 42.75 | - |
| YUV | 172.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 164 | 0.42 | 0 | 0.19 | 0.20 | 152.79 | 0.45 | 0.63 |
| Hex | 75 | CB | A4 | 2A | 0 | 13 | 14 | 99 | 2D | 3F |
| Octal | 165 | 313 | 244 | 52 | 0 | 23 | 24 | 231 | 55 | 77 |
| Binary | 1110101 | 11001011 | 10100100 | 101010 | 0 | 10011 | 10100 | 10011001 | 101101 | 111111 |
Color Harmonies of #75CBA4
Complementary color
Monochromatic Colors of #75CBA4
Black with #75CBA4
Text Example
Text Example
White with #75CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBA4; }
p { color: rgb(117,203,164); }
H1.HeaderClassName
{
color: #75CBA4;
}
.AnyTagClassName
{
color: #75CBA4;
}
</style>
background-color css
<style>
a { background-color: #75CBA4; }
a { background-color: rgb(117,203,164); }
div.DivClassName
{
background-color: #75CBA4;
}
.BgClassName
{
background-color: #75CBA4;
}
</style>
border-color css
<style>
span { border-color: #75CBA4; }
span { border-color: rgb(117,203,164); }
td.TdClassName
{
border-color: #75CBA4;
}
.TagClassName
{
border-color: #75CBA4;
}
</style>