Shades of Medium Aquamarine #5FFCAA
Tints of Medium Aquamarine #5FFCAA
RGB
CMYK
RGB Variations
Color information
#5FFCAA (or 0x5FFCAA) is known color: Medium Aquamarine. HEX triplet: 5F, FC and AA. RGB value is (95,252,170). Sum of RGB (Red+Green+Blue) = 95+252+170=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFCAA is #A00355. Grayscale: #C3C3C3. Windows color (decimal): -10486614 or 11205727. OLE color: 11205727.
HSL color Cylindrical-coordinate representation of color #5FFCAA: hue angle of 148.66º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCAA is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 170 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.01 |
| HSL | 148.66º | 0.96% | 0.68% | - |
| HSV(B) | 148.66º | 0.62% | 0.99% | - |
| XYZ | 46.79 | 74.96 | 50.03 | - |
| YUV | 195.71 | 113.49 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 170 | 0.62 | 0 | 0.33 | 0.01 | 148.66 | 0.96 | 0.68 |
| Hex | 5F | FC | AA | 3E | 0 | 21 | 1 | 95 | 60 | 44 |
| Octal | 137 | 374 | 252 | 76 | 0 | 41 | 1 | 225 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10101010 | 111110 | 0 | 100001 | 1 | 10010101 | 1100000 | 1000100 |
Color Harmonies of #5FFCAA
Complementary color
Monochromatic Colors of #5FFCAA
Black with #5FFCAA
Text Example
Text Example
White with #5FFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCAA; }
p { color: rgb(95,252,170); }
H1.HeaderClassName
{
color: #5FFCAA;
}
.AnyTagClassName
{
color: #5FFCAA;
}
</style>
background-color css
<style>
a { background-color: #5FFCAA; }
a { background-color: rgb(95,252,170); }
div.DivClassName
{
background-color: #5FFCAA;
}
.BgClassName
{
background-color: #5FFCAA;
}
</style>
border-color css
<style>
span { border-color: #5FFCAA; }
span { border-color: rgb(95,252,170); }
td.TdClassName
{
border-color: #5FFCAA;
}
.TagClassName
{
border-color: #5FFCAA;
}
</style>