Shades of Aquamarine #75F3CA
Tints of Aquamarine #75F3CA
RGB
CMYK
RGB Variations
Color information
#75F3CA (or 0x75F3CA) is known color: Aquamarine. HEX triplet: 75, F3 and CA. RGB value is (117,243,202). Sum of RGB (Red+Green+Blue) = 117+243+202=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F3CA is #8A0C35. Grayscale: #C8C8C8. Windows color (decimal): -9047094 or 13300597. OLE color: 13300597.
HSL color Cylindrical-coordinate representation of color #75F3CA: hue angle of 160.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F3CA is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 202 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.05 |
| HSL | 160.48º | 0.84% | 0.71% | - |
| HSV(B) | 160.48º | 0.52% | 0.95% | - |
| XYZ | 50.05 | 72.15 | 67.17 | - |
| YUV | 200.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 202 | 0.52 | 0 | 0.17 | 0.05 | 160.48 | 0.84 | 0.71 |
| Hex | 75 | F3 | CA | 34 | 0 | 11 | 5 | A0 | 54 | 47 |
| Octal | 165 | 363 | 312 | 64 | 0 | 21 | 5 | 240 | 124 | 107 |
| Binary | 1110101 | 11110011 | 11001010 | 110100 | 0 | 10001 | 101 | 10100000 | 1010100 | 1000111 |
Color Harmonies of #75F3CA
Complementary color
Monochromatic Colors of #75F3CA
Black with #75F3CA
Text Example
Text Example
White with #75F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F3CA; }
p { color: rgb(117,243,202); }
H1.HeaderClassName
{
color: #75F3CA;
}
.AnyTagClassName
{
color: #75F3CA;
}
</style>
background-color css
<style>
a { background-color: #75F3CA; }
a { background-color: rgb(117,243,202); }
div.DivClassName
{
background-color: #75F3CA;
}
.BgClassName
{
background-color: #75F3CA;
}
</style>
border-color css
<style>
span { border-color: #75F3CA; }
span { border-color: rgb(117,243,202); }
td.TdClassName
{
border-color: #75F3CA;
}
.TagClassName
{
border-color: #75F3CA;
}
</style>