Shades of Medium Aquamarine #5FDDB7
Tints of Medium Aquamarine #5FDDB7
RGB
CMYK
RGB Variations
Color information
#5FDDB7 (or 0x5FDDB7) is known color: Medium Aquamarine. HEX triplet: 5F, DD and B7. RGB value is (95,221,183). Sum of RGB (Red+Green+Blue) = 95+221+183=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDB7 is #A02248. Grayscale: #B3B3B3. Windows color (decimal): -10494537 or 12049759. OLE color: 12049759.
HSL color Cylindrical-coordinate representation of color #5FDDB7: hue angle of 161.9º 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 #5FDDB7 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 183 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.13 |
| HSL | 161.9º | 0.65% | 0.62% | - |
| HSV(B) | 161.9º | 0.57% | 0.87% | - |
| XYZ | 39.12 | 57.56 | 53.85 | - |
| YUV | 178.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 183 | 0.57 | 0 | 0.17 | 0.13 | 161.9 | 0.65 | 0.62 |
| Hex | 5F | DD | B7 | 39 | 0 | 11 | D | A2 | 41 | 3E |
| Octal | 137 | 335 | 267 | 71 | 0 | 21 | 15 | 242 | 101 | 76 |
| Binary | 1011111 | 11011101 | 10110111 | 111001 | 0 | 10001 | 1101 | 10100010 | 1000001 | 111110 |
Color Harmonies of #5FDDB7
Complementary color
Monochromatic Colors of #5FDDB7
Black with #5FDDB7
Text Example
Text Example
White with #5FDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDB7; }
p { color: rgb(95,221,183); }
H1.HeaderClassName
{
color: #5FDDB7;
}
.AnyTagClassName
{
color: #5FDDB7;
}
</style>
background-color css
<style>
a { background-color: #5FDDB7; }
a { background-color: rgb(95,221,183); }
div.DivClassName
{
background-color: #5FDDB7;
}
.BgClassName
{
background-color: #5FDDB7;
}
</style>
border-color css
<style>
span { border-color: #5FDDB7; }
span { border-color: rgb(95,221,183); }
td.TdClassName
{
border-color: #5FDDB7;
}
.TagClassName
{
border-color: #5FDDB7;
}
</style>