Shades of Aquamarine #75F8C0
Tints of Aquamarine #75F8C0
RGB
CMYK
RGB Variations
Color information
#75F8C0 (or 0x75F8C0) is known color: Aquamarine. HEX triplet: 75, F8 and C0. RGB value is (117,248,192). Sum of RGB (Red+Green+Blue) = 117+248+192=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F8C0 is #8A073F. Grayscale: #CACACA. Windows color (decimal): -9045824 or 12646517. OLE color: 12646517.
HSL color Cylindrical-coordinate representation of color #75F8C0: hue angle of 154.35º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F8C0 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 248 | 192 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.03 |
| HSL | 154.35º | 0.9% | 0.72% | - |
| HSV(B) | 154.35º | 0.53% | 0.97% | - |
| XYZ | 50.42 | 74.72 | 61.63 | - |
| YUV | 202.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 248 | 192 | 0.53 | 0 | 0.23 | 0.03 | 154.35 | 0.9 | 0.72 |
| Hex | 75 | F8 | C0 | 35 | 0 | 17 | 3 | 9A | 5A | 48 |
| Octal | 165 | 370 | 300 | 65 | 0 | 27 | 3 | 232 | 132 | 110 |
| Binary | 1110101 | 11111000 | 11000000 | 110101 | 0 | 10111 | 11 | 10011010 | 1011010 | 1001000 |
Color Harmonies of #75F8C0
Complementary color
Monochromatic Colors of #75F8C0
Black with #75F8C0
Text Example
Text Example
White with #75F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F8C0; }
p { color: rgb(117,248,192); }
H1.HeaderClassName
{
color: #75F8C0;
}
.AnyTagClassName
{
color: #75F8C0;
}
</style>
background-color css
<style>
a { background-color: #75F8C0; }
a { background-color: rgb(117,248,192); }
div.DivClassName
{
background-color: #75F8C0;
}
.BgClassName
{
background-color: #75F8C0;
}
</style>
border-color css
<style>
span { border-color: #75F8C0; }
span { border-color: rgb(117,248,192); }
td.TdClassName
{
border-color: #75F8C0;
}
.TagClassName
{
border-color: #75F8C0;
}
</style>