Shades of Aquamarine #75ECC8
Tints of Aquamarine #75ECC8
RGB
CMYK
RGB Variations
Color information
#75ECC8 (or 0x75ECC8) is known color: Aquamarine. HEX triplet: 75, EC and C8. RGB value is (117,236,200). Sum of RGB (Red+Green+Blue) = 117+236+200=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECC8 is #8A1337. Grayscale: #C4C4C4. Windows color (decimal): -9048888 or 13167733. OLE color: 13167733.
HSL color Cylindrical-coordinate representation of color #75ECC8: hue angle of 161.85º 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 #75ECC8 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 200 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.07 |
| HSL | 161.85º | 0.76% | 0.69% | - |
| HSV(B) | 161.85º | 0.5% | 0.93% | - |
| XYZ | 47.76 | 67.94 | 65.24 | - |
| YUV | 196.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 200 | 0.50 | 0 | 0.15 | 0.07 | 161.85 | 0.76 | 0.69 |
| Hex | 75 | EC | C8 | 32 | 0 | F | 7 | A2 | 4C | 45 |
| Octal | 165 | 354 | 310 | 62 | 0 | 17 | 7 | 242 | 114 | 105 |
| Binary | 1110101 | 11101100 | 11001000 | 110010 | 0 | 1111 | 111 | 10100010 | 1001100 | 1000101 |
Color Harmonies of #75ECC8
Complementary color
Monochromatic Colors of #75ECC8
Black with #75ECC8
Text Example
Text Example
White with #75ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ECC8; }
p { color: rgb(117,236,200); }
H1.HeaderClassName
{
color: #75ECC8;
}
.AnyTagClassName
{
color: #75ECC8;
}
</style>
background-color css
<style>
a { background-color: #75ECC8; }
a { background-color: rgb(117,236,200); }
div.DivClassName
{
background-color: #75ECC8;
}
.BgClassName
{
background-color: #75ECC8;
}
</style>
border-color css
<style>
span { border-color: #75ECC8; }
span { border-color: rgb(117,236,200); }
td.TdClassName
{
border-color: #75ECC8;
}
.TagClassName
{
border-color: #75ECC8;
}
</style>