Shades of Medium Aquamarine #5FFCAE
Tints of Medium Aquamarine #5FFCAE
RGB
CMYK
RGB Variations
Color information
#5FFCAE (or 0x5FFCAE) is known color: Medium Aquamarine. HEX triplet: 5F, FC and AE. RGB value is (95,252,174). Sum of RGB (Red+Green+Blue) = 95+252+174=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFCAE is #A00351. Grayscale: #C4C4C4. Windows color (decimal): -10486610 or 11467871. OLE color: 11467871.
HSL color Cylindrical-coordinate representation of color #5FFCAE: hue angle of 150.19º 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 #5FFCAE is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 174 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.01 |
| HSL | 150.19º | 0.96% | 0.68% | - |
| HSV(B) | 150.19º | 0.62% | 0.99% | - |
| XYZ | 47.17 | 75.11 | 52.06 | - |
| YUV | 196.17 | 115.49 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 174 | 0.62 | 0 | 0.31 | 0.01 | 150.19 | 0.96 | 0.68 |
| Hex | 5F | FC | AE | 3E | 0 | 1F | 1 | 96 | 60 | 44 |
| Octal | 137 | 374 | 256 | 76 | 0 | 37 | 1 | 226 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10101110 | 111110 | 0 | 11111 | 1 | 10010110 | 1100000 | 1000100 |
Color Harmonies of #5FFCAE
Complementary color
Monochromatic Colors of #5FFCAE
Black with #5FFCAE
Text Example
Text Example
White with #5FFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCAE; }
p { color: rgb(95,252,174); }
H1.HeaderClassName
{
color: #5FFCAE;
}
.AnyTagClassName
{
color: #5FFCAE;
}
</style>
background-color css
<style>
a { background-color: #5FFCAE; }
a { background-color: rgb(95,252,174); }
div.DivClassName
{
background-color: #5FFCAE;
}
.BgClassName
{
background-color: #5FFCAE;
}
</style>
border-color css
<style>
span { border-color: #5FFCAE; }
span { border-color: rgb(95,252,174); }
td.TdClassName
{
border-color: #5FFCAE;
}
.TagClassName
{
border-color: #5FFCAE;
}
</style>