Shades of Aquamarine #75F7B2
Tints of Aquamarine #75F7B2
RGB
CMYK
RGB Variations
Color information
#75F7B2 (or 0x75F7B2) is known color: Aquamarine. HEX triplet: 75, F7 and B2. RGB value is (117,247,178). Sum of RGB (Red+Green+Blue) = 117+247+178=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #75F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F7B2 is #8A084D. Grayscale: #C8C8C8. Windows color (decimal): -9046094 or 11728757. OLE color: 11728757.
HSL color Cylindrical-coordinate representation of color #75F7B2: hue angle of 148.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F7B2 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 247 | 178 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.03 |
| HSL | 148.15º | 0.89% | 0.71% | - |
| HSV(B) | 148.15º | 0.53% | 0.97% | - |
| XYZ | 48.63 | 73.52 | 53.75 | - |
| YUV | 200.26 | 115.43 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 247 | 178 | 0.53 | 0 | 0.28 | 0.03 | 148.15 | 0.89 | 0.71 |
| Hex | 75 | F7 | B2 | 35 | 0 | 1C | 3 | 94 | 59 | 47 |
| Octal | 165 | 367 | 262 | 65 | 0 | 34 | 3 | 224 | 131 | 107 |
| Binary | 1110101 | 11110111 | 10110010 | 110101 | 0 | 11100 | 11 | 10010100 | 1011001 | 1000111 |
Color Harmonies of #75F7B2
Complementary color
Monochromatic Colors of #75F7B2
Black with #75F7B2
Text Example
Text Example
White with #75F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F7B2; }
p { color: rgb(117,247,178); }
H1.HeaderClassName
{
color: #75F7B2;
}
.AnyTagClassName
{
color: #75F7B2;
}
</style>
background-color css
<style>
a { background-color: #75F7B2; }
a { background-color: rgb(117,247,178); }
div.DivClassName
{
background-color: #75F7B2;
}
.BgClassName
{
background-color: #75F7B2;
}
</style>
border-color css
<style>
span { border-color: #75F7B2; }
span { border-color: rgb(117,247,178); }
td.TdClassName
{
border-color: #75F7B2;
}
.TagClassName
{
border-color: #75F7B2;
}
</style>