Shades of Aquamarine #75FFB0
Tints of Aquamarine #75FFB0
RGB
CMYK
RGB Variations
Color information
#75FFB0 (or 0x75FFB0) is known color: Aquamarine. HEX triplet: 75, FF and B0. RGB value is (117,255,176). Sum of RGB (Red+Green+Blue) = 117+255+176=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFB0 is #8A004F. Grayscale: #CCCCCC. Windows color (decimal): -9044048 or 11599733. OLE color: 11599733.
HSL color Cylindrical-coordinate representation of color #75FFB0: hue angle of 145.65º 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 #75FFB0 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 176 | - |
| CMYK | 0.54 | 0 | 0.31 | 0 |
| HSL | 145.65º | 1% | 0.73% | - |
| HSV(B) | 145.65º | 0.54% | 1% | - |
| XYZ | 50.93 | 78.44 | 53.53 | - |
| YUV | 204.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 176 | 0.54 | 0 | 0.31 | 0 | 145.65 | 1 | 0.73 |
| Hex | 75 | FF | B0 | 36 | 0 | 1F | 0 | 92 | 64 | 49 |
| Octal | 165 | 377 | 260 | 66 | 0 | 37 | 0 | 222 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10110000 | 110110 | 0 | 11111 | 0 | 10010010 | 1100100 | 1001001 |
Color Harmonies of #75FFB0
Complementary color
Monochromatic Colors of #75FFB0
Black with #75FFB0
Text Example
Text Example
White with #75FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFB0; }
p { color: rgb(117,255,176); }
H1.HeaderClassName
{
color: #75FFB0;
}
.AnyTagClassName
{
color: #75FFB0;
}
</style>
background-color css
<style>
a { background-color: #75FFB0; }
a { background-color: rgb(117,255,176); }
div.DivClassName
{
background-color: #75FFB0;
}
.BgClassName
{
background-color: #75FFB0;
}
</style>
border-color css
<style>
span { border-color: #75FFB0; }
span { border-color: rgb(117,255,176); }
td.TdClassName
{
border-color: #75FFB0;
}
.TagClassName
{
border-color: #75FFB0;
}
</style>