Shades of Medium Aquamarine #5DEFAB
Tints of Medium Aquamarine #5DEFAB
RGB
CMYK
RGB Variations
Color information
#5DEFAB (or 0x5DEFAB) is known color: Medium Aquamarine. HEX triplet: 5D, EF and AB. RGB value is (93,239,171). Sum of RGB (Red+Green+Blue) = 93+239+171=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEFAB is #A21054. Grayscale: #BBBBBB. Windows color (decimal): -10621013 or 11267933. OLE color: 11267933.
HSL color Cylindrical-coordinate representation of color #5DEFAB: hue angle of 152.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFAB is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 171 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.06 |
| HSL | 152.05º | 0.82% | 0.65% | - |
| HSV(B) | 152.05º | 0.61% | 0.94% | - |
| XYZ | 42.73 | 67 | 49.21 | - |
| YUV | 187.59 | 118.63 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 171 | 0.61 | 0 | 0.28 | 0.06 | 152.05 | 0.82 | 0.65 |
| Hex | 5D | EF | AB | 3D | 0 | 1C | 6 | 98 | 52 | 41 |
| Octal | 135 | 357 | 253 | 75 | 0 | 34 | 6 | 230 | 122 | 101 |
| Binary | 1011101 | 11101111 | 10101011 | 111101 | 0 | 11100 | 110 | 10011000 | 1010010 | 1000001 |
Color Harmonies of #5DEFAB
Complementary color
Monochromatic Colors of #5DEFAB
Black with #5DEFAB
Text Example
Text Example
White with #5DEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFAB; }
p { color: rgb(93,239,171); }
H1.HeaderClassName
{
color: #5DEFAB;
}
.AnyTagClassName
{
color: #5DEFAB;
}
</style>
background-color css
<style>
a { background-color: #5DEFAB; }
a { background-color: rgb(93,239,171); }
div.DivClassName
{
background-color: #5DEFAB;
}
.BgClassName
{
background-color: #5DEFAB;
}
</style>
border-color css
<style>
span { border-color: #5DEFAB; }
span { border-color: rgb(93,239,171); }
td.TdClassName
{
border-color: #5DEFAB;
}
.TagClassName
{
border-color: #5DEFAB;
}
</style>