Shades of Aquamarine #75FADE
Tints of Aquamarine #75FADE
RGB
CMYK
RGB Variations
Color information
#75FADE (or 0x75FADE) is known color: Aquamarine. HEX triplet: 75, FA and DE. RGB value is (117,250,222). Sum of RGB (Red+Green+Blue) = 117+250+222=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #75FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FADE is #8A0521. Grayscale: #CFCFCF. Windows color (decimal): -9045282 or 14613109. OLE color: 14613109.
HSL color Cylindrical-coordinate representation of color #75FADE: hue angle of 167.37º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FADE is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 222 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.02 |
| HSL | 167.37º | 0.93% | 0.72% | - |
| HSV(B) | 167.37º | 0.53% | 0.98% | - |
| XYZ | 54.71 | 77.43 | 81.17 | - |
| YUV | 207.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 222 | 0.53 | 0 | 0.11 | 0.02 | 167.37 | 0.93 | 0.72 |
| Hex | 75 | FA | DE | 35 | 0 | B | 2 | A7 | 5D | 48 |
| Octal | 165 | 372 | 336 | 65 | 0 | 13 | 2 | 247 | 135 | 110 |
| Binary | 1110101 | 11111010 | 11011110 | 110101 | 0 | 1011 | 10 | 10100111 | 1011101 | 1001000 |
Color Harmonies of #75FADE
Complementary color
Monochromatic Colors of #75FADE
Black with #75FADE
Text Example
Text Example
White with #75FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FADE; }
p { color: rgb(117,250,222); }
H1.HeaderClassName
{
color: #75FADE;
}
.AnyTagClassName
{
color: #75FADE;
}
</style>
background-color css
<style>
a { background-color: #75FADE; }
a { background-color: rgb(117,250,222); }
div.DivClassName
{
background-color: #75FADE;
}
.BgClassName
{
background-color: #75FADE;
}
</style>
border-color css
<style>
span { border-color: #75FADE; }
span { border-color: rgb(117,250,222); }
td.TdClassName
{
border-color: #75FADE;
}
.TagClassName
{
border-color: #75FADE;
}
</style>