Shades of Medium Aquamarine #5DFB9B
Tints of Medium Aquamarine #5DFB9B
RGB
CMYK
RGB Variations
Color information
#5DFB9B (or 0x5DFB9B) is known color: Medium Aquamarine. HEX triplet: 5D, FB and 9B. RGB value is (93,251,155). Sum of RGB (Red+Green+Blue) = 93+251+155=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFB9B is #A20464. Grayscale: #C1C1C1. Windows color (decimal): -10617957 or 10222429. OLE color: 10222429.
HSL color Cylindrical-coordinate representation of color #5DFB9B: hue angle of 143.54º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFB9B is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 155 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.02 |
| HSL | 143.54º | 0.95% | 0.67% | - |
| HSV(B) | 143.54º | 0.63% | 0.98% | - |
| XYZ | 44.93 | 73.69 | 42.87 | - |
| YUV | 192.81 | 106.65 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 155 | 0.63 | 0 | 0.38 | 0.02 | 143.54 | 0.95 | 0.67 |
| Hex | 5D | FB | 9B | 3F | 0 | 26 | 2 | 90 | 5F | 43 |
| Octal | 135 | 373 | 233 | 77 | 0 | 46 | 2 | 220 | 137 | 103 |
| Binary | 1011101 | 11111011 | 10011011 | 111111 | 0 | 100110 | 10 | 10010000 | 1011111 | 1000011 |
Color Harmonies of #5DFB9B
Complementary color
Monochromatic Colors of #5DFB9B
Black with #5DFB9B
Text Example
Text Example
White with #5DFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB9B; }
p { color: rgb(93,251,155); }
H1.HeaderClassName
{
color: #5DFB9B;
}
.AnyTagClassName
{
color: #5DFB9B;
}
</style>
background-color css
<style>
a { background-color: #5DFB9B; }
a { background-color: rgb(93,251,155); }
div.DivClassName
{
background-color: #5DFB9B;
}
.BgClassName
{
background-color: #5DFB9B;
}
</style>
border-color css
<style>
span { border-color: #5DFB9B; }
span { border-color: rgb(93,251,155); }
td.TdClassName
{
border-color: #5DFB9B;
}
.TagClassName
{
border-color: #5DFB9B;
}
</style>