Shades of Aquamarine #75FFB1
Tints of Aquamarine #75FFB1
RGB
CMYK
RGB Variations
Color information
#75FFB1 (or 0x75FFB1) is known color: Aquamarine. HEX triplet: 75, FF and B1. RGB value is (117,255,177). Sum of RGB (Red+Green+Blue) = 117+255+177=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFB1 is #8A004E. Grayscale: #CDCDCD. Windows color (decimal): -9044047 or 11665269. OLE color: 11665269.
HSL color Cylindrical-coordinate representation of color #75FFB1: hue angle of 146.09º 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 #75FFB1 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 177 | - |
| CMYK | 0.54 | 0 | 0.31 | 0 |
| HSL | 146.09º | 1% | 0.73% | - |
| HSV(B) | 146.09º | 0.54% | 1% | - |
| XYZ | 51.03 | 78.48 | 54.05 | - |
| YUV | 204.85 | 112.28 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 177 | 0.54 | 0 | 0.31 | 0 | 146.09 | 1 | 0.73 |
| Hex | 75 | FF | B1 | 36 | 0 | 1F | 0 | 92 | 64 | 49 |
| Octal | 165 | 377 | 261 | 66 | 0 | 37 | 0 | 222 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10110001 | 110110 | 0 | 11111 | 0 | 10010010 | 1100100 | 1001001 |
Color Harmonies of #75FFB1
Complementary color
Monochromatic Colors of #75FFB1
Black with #75FFB1
Text Example
Text Example
White with #75FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFB1; }
p { color: rgb(117,255,177); }
H1.HeaderClassName
{
color: #75FFB1;
}
.AnyTagClassName
{
color: #75FFB1;
}
</style>
background-color css
<style>
a { background-color: #75FFB1; }
a { background-color: rgb(117,255,177); }
div.DivClassName
{
background-color: #75FFB1;
}
.BgClassName
{
background-color: #75FFB1;
}
</style>
border-color css
<style>
span { border-color: #75FFB1; }
span { border-color: rgb(117,255,177); }
td.TdClassName
{
border-color: #75FFB1;
}
.TagClassName
{
border-color: #75FFB1;
}
</style>