Shades of Aquamarine #75FFAD
Tints of Aquamarine #75FFAD
RGB
CMYK
RGB Variations
Color information
#75FFAD (or 0x75FFAD) is known color: Aquamarine. HEX triplet: 75, FF and AD. RGB value is (117,255,173). Sum of RGB (Red+Green+Blue) = 117+255+173=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFAD is #8A0052. Grayscale: #CCCCCC. Windows color (decimal): -9044051 or 11403125. OLE color: 11403125.
HSL color Cylindrical-coordinate representation of color #75FFAD: hue angle of 144.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFAD is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 173 | - |
| CMYK | 0.54 | 0 | 0.32 | 0 |
| HSL | 144.35º | 1% | 0.73% | - |
| HSV(B) | 144.35º | 0.54% | 1% | - |
| XYZ | 50.64 | 78.32 | 51.98 | - |
| YUV | 204.39 | 110.28 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 173 | 0.54 | 0 | 0.32 | 0 | 144.35 | 1 | 0.73 |
| Hex | 75 | FF | AD | 36 | 0 | 20 | 0 | 90 | 64 | 49 |
| Octal | 165 | 377 | 255 | 66 | 0 | 40 | 0 | 220 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10101101 | 110110 | 0 | 100000 | 0 | 10010000 | 1100100 | 1001001 |
Color Harmonies of #75FFAD
Complementary color
Monochromatic Colors of #75FFAD
Black with #75FFAD
Text Example
Text Example
White with #75FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFAD; }
p { color: rgb(117,255,173); }
H1.HeaderClassName
{
color: #75FFAD;
}
.AnyTagClassName
{
color: #75FFAD;
}
</style>
background-color css
<style>
a { background-color: #75FFAD; }
a { background-color: rgb(117,255,173); }
div.DivClassName
{
background-color: #75FFAD;
}
.BgClassName
{
background-color: #75FFAD;
}
</style>
border-color css
<style>
span { border-color: #75FFAD; }
span { border-color: rgb(117,255,173); }
td.TdClassName
{
border-color: #75FFAD;
}
.TagClassName
{
border-color: #75FFAD;
}
</style>