Shades of Aquamarine #75F0B5
Tints of Aquamarine #75F0B5
RGB
CMYK
RGB Variations
Color information
#75F0B5 (or 0x75F0B5) is known color: Aquamarine. HEX triplet: 75, F0 and B5. RGB value is (117,240,181). Sum of RGB (Red+Green+Blue) = 117+240+181=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F0B5 is #8A0F4A. Grayscale: #C4C4C4. Windows color (decimal): -9047883 or 11923573. OLE color: 11923573.
HSL color Cylindrical-coordinate representation of color #75F0B5: hue angle of 151.22º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0B5 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 240 | 181 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.06 |
| HSL | 151.22º | 0.8% | 0.7% | - |
| HSV(B) | 151.22º | 0.51% | 0.94% | - |
| XYZ | 46.84 | 69.44 | 54.65 | - |
| YUV | 196.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 240 | 181 | 0.51 | 0 | 0.25 | 0.06 | 151.22 | 0.8 | 0.7 |
| Hex | 75 | F0 | B5 | 33 | 0 | 19 | 6 | 97 | 50 | 46 |
| Octal | 165 | 360 | 265 | 63 | 0 | 31 | 6 | 227 | 120 | 106 |
| Binary | 1110101 | 11110000 | 10110101 | 110011 | 0 | 11001 | 110 | 10010111 | 1010000 | 1000110 |
Color Harmonies of #75F0B5
Complementary color
Monochromatic Colors of #75F0B5
Black with #75F0B5
Text Example
Text Example
White with #75F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F0B5; }
p { color: rgb(117,240,181); }
H1.HeaderClassName
{
color: #75F0B5;
}
.AnyTagClassName
{
color: #75F0B5;
}
</style>
background-color css
<style>
a { background-color: #75F0B5; }
a { background-color: rgb(117,240,181); }
div.DivClassName
{
background-color: #75F0B5;
}
.BgClassName
{
background-color: #75F0B5;
}
</style>
border-color css
<style>
span { border-color: #75F0B5; }
span { border-color: rgb(117,240,181); }
td.TdClassName
{
border-color: #75F0B5;
}
.TagClassName
{
border-color: #75F0B5;
}
</style>