Shades of Medium Aquamarine #75CFA2
Tints of Medium Aquamarine #75CFA2
RGB
CMYK
RGB Variations
Color information
#75CFA2 (or 0x75CFA2) is known color: Medium Aquamarine. HEX triplet: 75, CF and A2. RGB value is (117,207,162). Sum of RGB (Red+Green+Blue) = 117+207+162=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CFA2 is #8A305D. Grayscale: #AFAFAF. Windows color (decimal): -9056350 or 10669941. OLE color: 10669941.
HSL color Cylindrical-coordinate representation of color #75CFA2: hue angle of 150º 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 #75CFA2 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 162 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.19 |
| HSL | 150º | 0.48% | 0.64% | - |
| HSV(B) | 150º | 0.43% | 0.81% | - |
| XYZ | 36.17 | 51.02 | 42.12 | - |
| YUV | 174.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 162 | 0.43 | 0 | 0.22 | 0.19 | 150 | 0.48 | 0.64 |
| Hex | 75 | CF | A2 | 2B | 0 | 16 | 13 | 96 | 30 | 40 |
| Octal | 165 | 317 | 242 | 53 | 0 | 26 | 23 | 226 | 60 | 100 |
| Binary | 1110101 | 11001111 | 10100010 | 101011 | 0 | 10110 | 10011 | 10010110 | 110000 | 1000000 |
Color Harmonies of #75CFA2
Complementary color
Monochromatic Colors of #75CFA2
Black with #75CFA2
Text Example
Text Example
White with #75CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFA2; }
p { color: rgb(117,207,162); }
H1.HeaderClassName
{
color: #75CFA2;
}
.AnyTagClassName
{
color: #75CFA2;
}
</style>
background-color css
<style>
a { background-color: #75CFA2; }
a { background-color: rgb(117,207,162); }
div.DivClassName
{
background-color: #75CFA2;
}
.BgClassName
{
background-color: #75CFA2;
}
</style>
border-color css
<style>
span { border-color: #75CFA2; }
span { border-color: rgb(117,207,162); }
td.TdClassName
{
border-color: #75CFA2;
}
.TagClassName
{
border-color: #75CFA2;
}
</style>