Shades of Medium Aquamarine #75C2A2
Tints of Medium Aquamarine #75C2A2
RGB
CMYK
RGB Variations
Color information
#75C2A2 (or 0x75C2A2) is known color: Medium Aquamarine. HEX triplet: 75, C2 and A2. RGB value is (117,194,162). Sum of RGB (Red+Green+Blue) = 117+194+162=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2A2 is #8A3D5D. Grayscale: #A7A7A7. Windows color (decimal): -9059678 or 10666613. OLE color: 10666613.
HSL color Cylindrical-coordinate representation of color #75C2A2: hue angle of 155.06º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2A2 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 162 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.24 |
| HSL | 155.06º | 0.39% | 0.61% | - |
| HSV(B) | 155.06º | 0.4% | 0.76% | - |
| XYZ | 33.15 | 44.97 | 41.12 | - |
| YUV | 167.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 162 | 0.40 | 0 | 0.16 | 0.24 | 155.06 | 0.39 | 0.61 |
| Hex | 75 | C2 | A2 | 28 | 0 | 10 | 18 | 9B | 27 | 3D |
| Octal | 165 | 302 | 242 | 50 | 0 | 20 | 30 | 233 | 47 | 75 |
| Binary | 1110101 | 11000010 | 10100010 | 101000 | 0 | 10000 | 11000 | 10011011 | 100111 | 111101 |
Color Harmonies of #75C2A2
Complementary color
Monochromatic Colors of #75C2A2
Black with #75C2A2
Text Example
Text Example
White with #75C2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2A2; }
p { color: rgb(117,194,162); }
H1.HeaderClassName
{
color: #75C2A2;
}
.AnyTagClassName
{
color: #75C2A2;
}
</style>
background-color css
<style>
a { background-color: #75C2A2; }
a { background-color: rgb(117,194,162); }
div.DivClassName
{
background-color: #75C2A2;
}
.BgClassName
{
background-color: #75C2A2;
}
</style>
border-color css
<style>
span { border-color: #75C2A2; }
span { border-color: rgb(117,194,162); }
td.TdClassName
{
border-color: #75C2A2;
}
.TagClassName
{
border-color: #75C2A2;
}
</style>