Shades of Aquamarine #75FFC1
Tints of Aquamarine #75FFC1
RGB
CMYK
RGB Variations
Color information
#75FFC1 (or 0x75FFC1) is known color: Aquamarine. HEX triplet: 75, FF and C1. RGB value is (117,255,193). Sum of RGB (Red+Green+Blue) = 117+255+193=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFC1 is #8A003E. Grayscale: #CECECE. Windows color (decimal): -9044031 or 12713845. OLE color: 12713845.
HSL color Cylindrical-coordinate representation of color #75FFC1: hue angle of 153.04º 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 #75FFC1 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 193 | - |
| CMYK | 0.54 | 0 | 0.24 | 0 |
| HSL | 153.04º | 1% | 0.73% | - |
| HSV(B) | 153.04º | 0.54% | 1% | - |
| XYZ | 52.72 | 79.15 | 62.95 | - |
| YUV | 206.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 193 | 0.54 | 0 | 0.24 | 0 | 153.04 | 1 | 0.73 |
| Hex | 75 | FF | C1 | 36 | 0 | 18 | 0 | 99 | 64 | 49 |
| Octal | 165 | 377 | 301 | 66 | 0 | 30 | 0 | 231 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11000001 | 110110 | 0 | 11000 | 0 | 10011001 | 1100100 | 1001001 |
Color Harmonies of #75FFC1
Complementary color
Monochromatic Colors of #75FFC1
Black with #75FFC1
Text Example
Text Example
White with #75FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFC1; }
p { color: rgb(117,255,193); }
H1.HeaderClassName
{
color: #75FFC1;
}
.AnyTagClassName
{
color: #75FFC1;
}
</style>
background-color css
<style>
a { background-color: #75FFC1; }
a { background-color: rgb(117,255,193); }
div.DivClassName
{
background-color: #75FFC1;
}
.BgClassName
{
background-color: #75FFC1;
}
</style>
border-color css
<style>
span { border-color: #75FFC1; }
span { border-color: rgb(117,255,193); }
td.TdClassName
{
border-color: #75FFC1;
}
.TagClassName
{
border-color: #75FFC1;
}
</style>