Shades of Medium Aquamarine #5DEFAC
Tints of Medium Aquamarine #5DEFAC
RGB
CMYK
RGB Variations
Color information
#5DEFAC (or 0x5DEFAC) is known color: Medium Aquamarine. HEX triplet: 5D, EF and AC. RGB value is (93,239,172). Sum of RGB (Red+Green+Blue) = 93+239+172=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEFAC is #A21053. Grayscale: #BBBBBB. Windows color (decimal): -10621012 or 11333469. OLE color: 11333469.
HSL color Cylindrical-coordinate representation of color #5DEFAC: hue angle of 152.47º 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 #5DEFAC is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 172 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.06 |
| HSL | 152.47º | 0.82% | 0.65% | - |
| HSV(B) | 152.47º | 0.61% | 0.94% | - |
| XYZ | 42.83 | 67.04 | 49.71 | - |
| YUV | 187.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 172 | 0.61 | 0 | 0.28 | 0.06 | 152.47 | 0.82 | 0.65 |
| Hex | 5D | EF | AC | 3D | 0 | 1C | 6 | 98 | 52 | 41 |
| Octal | 135 | 357 | 254 | 75 | 0 | 34 | 6 | 230 | 122 | 101 |
| Binary | 1011101 | 11101111 | 10101100 | 111101 | 0 | 11100 | 110 | 10011000 | 1010010 | 1000001 |
Color Harmonies of #5DEFAC
Complementary color
Monochromatic Colors of #5DEFAC
Black with #5DEFAC
Text Example
Text Example
White with #5DEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFAC; }
p { color: rgb(93,239,172); }
H1.HeaderClassName
{
color: #5DEFAC;
}
.AnyTagClassName
{
color: #5DEFAC;
}
</style>
background-color css
<style>
a { background-color: #5DEFAC; }
a { background-color: rgb(93,239,172); }
div.DivClassName
{
background-color: #5DEFAC;
}
.BgClassName
{
background-color: #5DEFAC;
}
</style>
border-color css
<style>
span { border-color: #5DEFAC; }
span { border-color: rgb(93,239,172); }
td.TdClassName
{
border-color: #5DEFAC;
}
.TagClassName
{
border-color: #5DEFAC;
}
</style>