Shades of Aquamarine #75F8CA
Tints of Aquamarine #75F8CA
RGB
CMYK
RGB Variations
Color information
#75F8CA (or 0x75F8CA) is known color: Aquamarine. HEX triplet: 75, F8 and CA. RGB value is (117,248,202). Sum of RGB (Red+Green+Blue) = 117+248+202=567 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.63% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F8CA is #8A0735. Grayscale: #CBCBCB. Windows color (decimal): -9045814 or 13301877. OLE color: 13301877.
HSL color Cylindrical-coordinate representation of color #75F8CA: hue angle of 158.93º 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 #75F8CA is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 248 | 202 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.03 |
| HSL | 158.93º | 0.9% | 0.72% | - |
| HSV(B) | 158.93º | 0.53% | 0.97% | - |
| XYZ | 51.56 | 75.18 | 67.67 | - |
| YUV | 203.59 | 127.1 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 248 | 202 | 0.53 | 0 | 0.19 | 0.03 | 158.93 | 0.9 | 0.72 |
| Hex | 75 | F8 | CA | 35 | 0 | 13 | 3 | 9F | 5A | 48 |
| Octal | 165 | 370 | 312 | 65 | 0 | 23 | 3 | 237 | 132 | 110 |
| Binary | 1110101 | 11111000 | 11001010 | 110101 | 0 | 10011 | 11 | 10011111 | 1011010 | 1001000 |
Color Harmonies of #75F8CA
Complementary color
Monochromatic Colors of #75F8CA
Black with #75F8CA
Text Example
Text Example
White with #75F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F8CA; }
p { color: rgb(117,248,202); }
H1.HeaderClassName
{
color: #75F8CA;
}
.AnyTagClassName
{
color: #75F8CA;
}
</style>
background-color css
<style>
a { background-color: #75F8CA; }
a { background-color: rgb(117,248,202); }
div.DivClassName
{
background-color: #75F8CA;
}
.BgClassName
{
background-color: #75F8CA;
}
</style>
border-color css
<style>
span { border-color: #75F8CA; }
span { border-color: rgb(117,248,202); }
td.TdClassName
{
border-color: #75F8CA;
}
.TagClassName
{
border-color: #75F8CA;
}
</style>