Shades of Medium Aquamarine #5FDFB6
Tints of Medium Aquamarine #5FDFB6
RGB
CMYK
RGB Variations
Color information
#5FDFB6 (or 0x5FDFB6) is known color: Medium Aquamarine. HEX triplet: 5F, DF and B6. RGB value is (95,223,182). Sum of RGB (Red+Green+Blue) = 95+223+182=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFB6 is #A02049. Grayscale: #B4B4B4. Windows color (decimal): -10494026 or 11984735. OLE color: 11984735.
HSL color Cylindrical-coordinate representation of color #5FDFB6: hue angle of 160.78º 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 #5FDFB6 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 182 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.13 |
| HSL | 160.78º | 0.67% | 0.62% | - |
| HSV(B) | 160.78º | 0.57% | 0.87% | - |
| XYZ | 39.55 | 58.59 | 53.48 | - |
| YUV | 180.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 182 | 0.57 | 0 | 0.18 | 0.13 | 160.78 | 0.67 | 0.62 |
| Hex | 5F | DF | B6 | 39 | 0 | 12 | D | A1 | 43 | 3E |
| Octal | 137 | 337 | 266 | 71 | 0 | 22 | 15 | 241 | 103 | 76 |
| Binary | 1011111 | 11011111 | 10110110 | 111001 | 0 | 10010 | 1101 | 10100001 | 1000011 | 111110 |
Color Harmonies of #5FDFB6
Complementary color
Monochromatic Colors of #5FDFB6
Black with #5FDFB6
Text Example
Text Example
White with #5FDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFB6; }
p { color: rgb(95,223,182); }
H1.HeaderClassName
{
color: #5FDFB6;
}
.AnyTagClassName
{
color: #5FDFB6;
}
</style>
background-color css
<style>
a { background-color: #5FDFB6; }
a { background-color: rgb(95,223,182); }
div.DivClassName
{
background-color: #5FDFB6;
}
.BgClassName
{
background-color: #5FDFB6;
}
</style>
border-color css
<style>
span { border-color: #5FDFB6; }
span { border-color: rgb(95,223,182); }
td.TdClassName
{
border-color: #5FDFB6;
}
.TagClassName
{
border-color: #5FDFB6;
}
</style>