Shades of Medium Aquamarine #5DDCB2
Tints of Medium Aquamarine #5DDCB2
RGB
CMYK
RGB Variations
Color information
#5DDCB2 (or 0x5DDCB2) is known color: Medium Aquamarine. HEX triplet: 5D, DC and B2. RGB value is (93,220,178). Sum of RGB (Red+Green+Blue) = 93+220+178=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCB2 is #A2234D. Grayscale: #B1B1B1. Windows color (decimal): -10625870 or 11721821. OLE color: 11721821.
HSL color Cylindrical-coordinate representation of color #5DDCB2: hue angle of 160.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCB2 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 178 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.14 |
| HSL | 160.16º | 0.64% | 0.61% | - |
| HSV(B) | 160.16º | 0.58% | 0.86% | - |
| XYZ | 38.14 | 56.73 | 51.06 | - |
| YUV | 177.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 178 | 0.58 | 0 | 0.19 | 0.14 | 160.16 | 0.64 | 0.61 |
| Hex | 5D | DC | B2 | 3A | 0 | 13 | E | A0 | 40 | 3D |
| Octal | 135 | 334 | 262 | 72 | 0 | 23 | 16 | 240 | 100 | 75 |
| Binary | 1011101 | 11011100 | 10110010 | 111010 | 0 | 10011 | 1110 | 10100000 | 1000000 | 111101 |
Color Harmonies of #5DDCB2
Complementary color
Monochromatic Colors of #5DDCB2
Black with #5DDCB2
Text Example
Text Example
White with #5DDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCB2; }
p { color: rgb(93,220,178); }
H1.HeaderClassName
{
color: #5DDCB2;
}
.AnyTagClassName
{
color: #5DDCB2;
}
</style>
background-color css
<style>
a { background-color: #5DDCB2; }
a { background-color: rgb(93,220,178); }
div.DivClassName
{
background-color: #5DDCB2;
}
.BgClassName
{
background-color: #5DDCB2;
}
</style>
border-color css
<style>
span { border-color: #5DDCB2; }
span { border-color: rgb(93,220,178); }
td.TdClassName
{
border-color: #5DDCB2;
}
.TagClassName
{
border-color: #5DDCB2;
}
</style>