Shades of Medium Aquamarine #5FDFAE
Tints of Medium Aquamarine #5FDFAE
RGB
CMYK
RGB Variations
Color information
#5FDFAE (or 0x5FDFAE) is known color: Medium Aquamarine. HEX triplet: 5F, DF and AE. RGB value is (95,223,174). Sum of RGB (Red+Green+Blue) = 95+223+174=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDFAE is #A02051. Grayscale: #B3B3B3. Windows color (decimal): -10494034 or 11460447. OLE color: 11460447.
HSL color Cylindrical-coordinate representation of color #5FDFAE: hue angle of 157.03º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFAE is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 174 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.13 |
| HSL | 157.03º | 0.67% | 0.62% | - |
| HSV(B) | 157.03º | 0.57% | 0.87% | - |
| XYZ | 38.75 | 58.26 | 49.25 | - |
| YUV | 179.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 174 | 0.57 | 0 | 0.22 | 0.13 | 157.03 | 0.67 | 0.62 |
| Hex | 5F | DF | AE | 39 | 0 | 16 | D | 9D | 43 | 3E |
| Octal | 137 | 337 | 256 | 71 | 0 | 26 | 15 | 235 | 103 | 76 |
| Binary | 1011111 | 11011111 | 10101110 | 111001 | 0 | 10110 | 1101 | 10011101 | 1000011 | 111110 |
Color Harmonies of #5FDFAE
Complementary color
Monochromatic Colors of #5FDFAE
Black with #5FDFAE
Text Example
Text Example
White with #5FDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFAE; }
p { color: rgb(95,223,174); }
H1.HeaderClassName
{
color: #5FDFAE;
}
.AnyTagClassName
{
color: #5FDFAE;
}
</style>
background-color css
<style>
a { background-color: #5FDFAE; }
a { background-color: rgb(95,223,174); }
div.DivClassName
{
background-color: #5FDFAE;
}
.BgClassName
{
background-color: #5FDFAE;
}
</style>
border-color css
<style>
span { border-color: #5FDFAE; }
span { border-color: rgb(95,223,174); }
td.TdClassName
{
border-color: #5FDFAE;
}
.TagClassName
{
border-color: #5FDFAE;
}
</style>