Shades of Aquamarine #75FFB5
Tints of Aquamarine #75FFB5
RGB
CMYK
RGB Variations
Color information
#75FFB5 (or 0x75FFB5) is known color: Aquamarine. HEX triplet: 75, FF and B5. RGB value is (117,255,181). Sum of RGB (Red+Green+Blue) = 117+255+181=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFB5 is #8A004A. Grayscale: #CDCDCD. Windows color (decimal): -9044043 or 11927413. OLE color: 11927413.
HSL color Cylindrical-coordinate representation of color #75FFB5: hue angle of 147.83º 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 #75FFB5 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 181 | - |
| CMYK | 0.54 | 0 | 0.29 | 0 |
| HSL | 147.83º | 1% | 0.73% | - |
| HSV(B) | 147.83º | 0.54% | 1% | - |
| XYZ | 51.44 | 78.64 | 56.18 | - |
| YUV | 205.3 | 114.28 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 181 | 0.54 | 0 | 0.29 | 0 | 147.83 | 1 | 0.73 |
| Hex | 75 | FF | B5 | 36 | 0 | 1D | 0 | 94 | 64 | 49 |
| Octal | 165 | 377 | 265 | 66 | 0 | 35 | 0 | 224 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10110101 | 110110 | 0 | 11101 | 0 | 10010100 | 1100100 | 1001001 |
Color Harmonies of #75FFB5
Complementary color
Monochromatic Colors of #75FFB5
Black with #75FFB5
Text Example
Text Example
White with #75FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFB5; }
p { color: rgb(117,255,181); }
H1.HeaderClassName
{
color: #75FFB5;
}
.AnyTagClassName
{
color: #75FFB5;
}
</style>
background-color css
<style>
a { background-color: #75FFB5; }
a { background-color: rgb(117,255,181); }
div.DivClassName
{
background-color: #75FFB5;
}
.BgClassName
{
background-color: #75FFB5;
}
</style>
border-color css
<style>
span { border-color: #75FFB5; }
span { border-color: rgb(117,255,181); }
td.TdClassName
{
border-color: #75FFB5;
}
.TagClassName
{
border-color: #75FFB5;
}
</style>