Shades of Medium Aquamarine #5DF2AC
Tints of Medium Aquamarine #5DF2AC
RGB
CMYK
RGB Variations
Color information
#5DF2AC (or 0x5DF2AC) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and AC. RGB value is (93,242,172). Sum of RGB (Red+Green+Blue) = 93+242+172=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF2AC is #A20D53. Grayscale: #BDBDBD. Windows color (decimal): -10620244 or 11334237. OLE color: 11334237.
HSL color Cylindrical-coordinate representation of color #5DF2AC: hue angle of 151.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF2AC is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 172 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.05 |
| HSL | 151.81º | 0.85% | 0.66% | - |
| HSV(B) | 151.81º | 0.62% | 0.95% | - |
| XYZ | 43.71 | 68.81 | 50.01 | - |
| YUV | 189.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 172 | 0.62 | 0 | 0.29 | 0.05 | 151.81 | 0.85 | 0.66 |
| Hex | 5D | F2 | AC | 3E | 0 | 1D | 5 | 98 | 55 | 42 |
| Octal | 135 | 362 | 254 | 76 | 0 | 35 | 5 | 230 | 125 | 102 |
| Binary | 1011101 | 11110010 | 10101100 | 111110 | 0 | 11101 | 101 | 10011000 | 1010101 | 1000010 |
Color Harmonies of #5DF2AC
Complementary color
Monochromatic Colors of #5DF2AC
Black with #5DF2AC
Text Example
Text Example
White with #5DF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2AC; }
p { color: rgb(93,242,172); }
H1.HeaderClassName
{
color: #5DF2AC;
}
.AnyTagClassName
{
color: #5DF2AC;
}
</style>
background-color css
<style>
a { background-color: #5DF2AC; }
a { background-color: rgb(93,242,172); }
div.DivClassName
{
background-color: #5DF2AC;
}
.BgClassName
{
background-color: #5DF2AC;
}
</style>
border-color css
<style>
span { border-color: #5DF2AC; }
span { border-color: rgb(93,242,172); }
td.TdClassName
{
border-color: #5DF2AC;
}
.TagClassName
{
border-color: #5DF2AC;
}
</style>