Shades of Aquamarine #75FFCD
Tints of Aquamarine #75FFCD
RGB
CMYK
RGB Variations
Color information
#75FFCD (or 0x75FFCD) is known color: Aquamarine. HEX triplet: 75, FF and CD. RGB value is (117,255,205). Sum of RGB (Red+Green+Blue) = 117+255+205=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFCD is #8A0032. Grayscale: #D0D0D0. Windows color (decimal): -9044019 or 13500277. OLE color: 13500277.
HSL color Cylindrical-coordinate representation of color #75FFCD: hue angle of 158.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFCD is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 205 | - |
| CMYK | 0.54 | 0 | 0.20 | 0 |
| HSL | 158.26º | 1% | 0.73% | - |
| HSV(B) | 158.26º | 0.54% | 1% | - |
| XYZ | 54.12 | 79.71 | 70.29 | - |
| YUV | 208.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 205 | 0.54 | 0 | 0.20 | 0 | 158.26 | 1 | 0.73 |
| Hex | 75 | FF | CD | 36 | 0 | 14 | 0 | 9E | 64 | 49 |
| Octal | 165 | 377 | 315 | 66 | 0 | 24 | 0 | 236 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11001101 | 110110 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001001 |
Color Harmonies of #75FFCD
Complementary color
Monochromatic Colors of #75FFCD
Black with #75FFCD
Text Example
Text Example
White with #75FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFCD; }
p { color: rgb(117,255,205); }
H1.HeaderClassName
{
color: #75FFCD;
}
.AnyTagClassName
{
color: #75FFCD;
}
</style>
background-color css
<style>
a { background-color: #75FFCD; }
a { background-color: rgb(117,255,205); }
div.DivClassName
{
background-color: #75FFCD;
}
.BgClassName
{
background-color: #75FFCD;
}
</style>
border-color css
<style>
span { border-color: #75FFCD; }
span { border-color: rgb(117,255,205); }
td.TdClassName
{
border-color: #75FFCD;
}
.TagClassName
{
border-color: #75FFCD;
}
</style>