Shades of Medium Aquamarine #5FDDB1
Tints of Medium Aquamarine #5FDDB1
RGB
CMYK
RGB Variations
Color information
#5FDDB1 (or 0x5FDDB1) is known color: Medium Aquamarine. HEX triplet: 5F, DD and B1. RGB value is (95,221,177). Sum of RGB (Red+Green+Blue) = 95+221+177=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDDB1 is #A0224E. Grayscale: #B2B2B2. Windows color (decimal): -10494543 or 11656543. OLE color: 11656543.
HSL color Cylindrical-coordinate representation of color #5FDDB1: hue angle of 159.05º degrees, saturation: 0.65, 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 #5FDDB1 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 177 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.13 |
| HSL | 159.05º | 0.65% | 0.62% | - |
| HSV(B) | 159.05º | 0.57% | 0.87% | - |
| XYZ | 38.51 | 57.32 | 50.63 | - |
| YUV | 178.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 177 | 0.57 | 0 | 0.20 | 0.13 | 159.05 | 0.65 | 0.62 |
| Hex | 5F | DD | B1 | 39 | 0 | 14 | D | 9F | 41 | 3E |
| Octal | 137 | 335 | 261 | 71 | 0 | 24 | 15 | 237 | 101 | 76 |
| Binary | 1011111 | 11011101 | 10110001 | 111001 | 0 | 10100 | 1101 | 10011111 | 1000001 | 111110 |
Color Harmonies of #5FDDB1
Complementary color
Monochromatic Colors of #5FDDB1
Black with #5FDDB1
Text Example
Text Example
White with #5FDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDB1; }
p { color: rgb(95,221,177); }
H1.HeaderClassName
{
color: #5FDDB1;
}
.AnyTagClassName
{
color: #5FDDB1;
}
</style>
background-color css
<style>
a { background-color: #5FDDB1; }
a { background-color: rgb(95,221,177); }
div.DivClassName
{
background-color: #5FDDB1;
}
.BgClassName
{
background-color: #5FDDB1;
}
</style>
border-color css
<style>
span { border-color: #5FDDB1; }
span { border-color: rgb(95,221,177); }
td.TdClassName
{
border-color: #5FDDB1;
}
.TagClassName
{
border-color: #5FDDB1;
}
</style>