Shades of Medium Aquamarine #5DEBB4
Tints of Medium Aquamarine #5DEBB4
RGB
CMYK
RGB Variations
Color information
#5DEBB4 (or 0x5DEBB4) is known color: Medium Aquamarine. HEX triplet: 5D, EB and B4. RGB value is (93,235,180). Sum of RGB (Red+Green+Blue) = 93+235+180=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBB4 is #A2144B. Grayscale: #BABABA. Windows color (decimal): -10622028 or 11856733. OLE color: 11856733.
HSL color Cylindrical-coordinate representation of color #5DEBB4: hue angle of 156.76º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBB4 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 180 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.08 |
| HSL | 156.76º | 0.78% | 0.64% | - |
| HSV(B) | 156.76º | 0.6% | 0.92% | - |
| XYZ | 42.46 | 65.04 | 53.5 | - |
| YUV | 186.27 | 124.46 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 180 | 0.60 | 0 | 0.23 | 0.08 | 156.76 | 0.78 | 0.64 |
| Hex | 5D | EB | B4 | 3C | 0 | 17 | 8 | 9D | 4E | 40 |
| Octal | 135 | 353 | 264 | 74 | 0 | 27 | 10 | 235 | 116 | 100 |
| Binary | 1011101 | 11101011 | 10110100 | 111100 | 0 | 10111 | 1000 | 10011101 | 1001110 | 1000000 |
Color Harmonies of #5DEBB4
Complementary color
Monochromatic Colors of #5DEBB4
Black with #5DEBB4
Text Example
Text Example
White with #5DEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEBB4; }
p { color: rgb(93,235,180); }
H1.HeaderClassName
{
color: #5DEBB4;
}
.AnyTagClassName
{
color: #5DEBB4;
}
</style>
background-color css
<style>
a { background-color: #5DEBB4; }
a { background-color: rgb(93,235,180); }
div.DivClassName
{
background-color: #5DEBB4;
}
.BgClassName
{
background-color: #5DEBB4;
}
</style>
border-color css
<style>
span { border-color: #5DEBB4; }
span { border-color: rgb(93,235,180); }
td.TdClassName
{
border-color: #5DEBB4;
}
.TagClassName
{
border-color: #5DEBB4;
}
</style>