Shades of Aquamarine #75ECC0
Tints of Aquamarine #75ECC0
RGB
CMYK
RGB Variations
Color information
#75ECC0 (or 0x75ECC0) is known color: Aquamarine. HEX triplet: 75, EC and C0. RGB value is (117,236,192). Sum of RGB (Red+Green+Blue) = 117+236+192=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECC0 is #8A133F. Grayscale: #C3C3C3. Windows color (decimal): -9048896 or 12643445. OLE color: 12643445.
HSL color Cylindrical-coordinate representation of color #75ECC0: hue angle of 157.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECC0 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 192 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.07 |
| HSL | 157.82º | 0.76% | 0.69% | - |
| HSV(B) | 157.82º | 0.5% | 0.93% | - |
| XYZ | 46.85 | 67.58 | 60.44 | - |
| YUV | 195.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 192 | 0.50 | 0 | 0.19 | 0.07 | 157.82 | 0.76 | 0.69 |
| Hex | 75 | EC | C0 | 32 | 0 | 13 | 7 | 9E | 4C | 45 |
| Octal | 165 | 354 | 300 | 62 | 0 | 23 | 7 | 236 | 114 | 105 |
| Binary | 1110101 | 11101100 | 11000000 | 110010 | 0 | 10011 | 111 | 10011110 | 1001100 | 1000101 |
Color Harmonies of #75ECC0
Complementary color
Monochromatic Colors of #75ECC0
Black with #75ECC0
Text Example
Text Example
White with #75ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ECC0; }
p { color: rgb(117,236,192); }
H1.HeaderClassName
{
color: #75ECC0;
}
.AnyTagClassName
{
color: #75ECC0;
}
</style>
background-color css
<style>
a { background-color: #75ECC0; }
a { background-color: rgb(117,236,192); }
div.DivClassName
{
background-color: #75ECC0;
}
.BgClassName
{
background-color: #75ECC0;
}
</style>
border-color css
<style>
span { border-color: #75ECC0; }
span { border-color: rgb(117,236,192); }
td.TdClassName
{
border-color: #75ECC0;
}
.TagClassName
{
border-color: #75ECC0;
}
</style>