Shades of Aquamarine #75FFC5
Tints of Aquamarine #75FFC5
RGB
CMYK
RGB Variations
Color information
#75FFC5 (or 0x75FFC5) is known color: Aquamarine. HEX triplet: 75, FF and C5. RGB value is (117,255,197). Sum of RGB (Red+Green+Blue) = 117+255+197=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFC5 is #8A003A. Grayscale: #CFCFCF. Windows color (decimal): -9044027 or 12975989. OLE color: 12975989.
HSL color Cylindrical-coordinate representation of color #75FFC5: hue angle of 154.78º 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 #75FFC5 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 197 | - |
| CMYK | 0.54 | 0 | 0.23 | 0 |
| HSL | 154.78º | 1% | 0.73% | - |
| HSV(B) | 154.78º | 0.54% | 1% | - |
| XYZ | 53.17 | 79.33 | 65.33 | - |
| YUV | 207.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 197 | 0.54 | 0 | 0.23 | 0 | 154.78 | 1 | 0.73 |
| Hex | 75 | FF | C5 | 36 | 0 | 17 | 0 | 9B | 64 | 49 |
| Octal | 165 | 377 | 305 | 66 | 0 | 27 | 0 | 233 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11000101 | 110110 | 0 | 10111 | 0 | 10011011 | 1100100 | 1001001 |
Color Harmonies of #75FFC5
Complementary color
Monochromatic Colors of #75FFC5
Black with #75FFC5
Text Example
Text Example
White with #75FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFC5; }
p { color: rgb(117,255,197); }
H1.HeaderClassName
{
color: #75FFC5;
}
.AnyTagClassName
{
color: #75FFC5;
}
</style>
background-color css
<style>
a { background-color: #75FFC5; }
a { background-color: rgb(117,255,197); }
div.DivClassName
{
background-color: #75FFC5;
}
.BgClassName
{
background-color: #75FFC5;
}
</style>
border-color css
<style>
span { border-color: #75FFC5; }
span { border-color: rgb(117,255,197); }
td.TdClassName
{
border-color: #75FFC5;
}
.TagClassName
{
border-color: #75FFC5;
}
</style>