Shades of Medium Aquamarine #5DDBB4
Tints of Medium Aquamarine #5DDBB4
RGB
CMYK
RGB Variations
Color information
#5DDBB4 (or 0x5DDBB4) is known color: Medium Aquamarine. HEX triplet: 5D, DB and B4. RGB value is (93,219,180). Sum of RGB (Red+Green+Blue) = 93+219+180=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBB4 is #A2244B. Grayscale: #B0B0B0. Windows color (decimal): -10626124 or 11852637. OLE color: 11852637.
HSL color Cylindrical-coordinate representation of color #5DDBB4: hue angle of 161.43º 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 #5DDBB4 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 180 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.14 |
| HSL | 161.43º | 0.64% | 0.61% | - |
| HSV(B) | 161.43º | 0.58% | 0.86% | - |
| XYZ | 38.08 | 56.29 | 52.04 | - |
| YUV | 176.88 | 129.76 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 180 | 0.58 | 0 | 0.18 | 0.14 | 161.43 | 0.64 | 0.61 |
| Hex | 5D | DB | B4 | 3A | 0 | 12 | E | A1 | 40 | 3D |
| Octal | 135 | 333 | 264 | 72 | 0 | 22 | 16 | 241 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10110100 | 111010 | 0 | 10010 | 1110 | 10100001 | 1000000 | 111101 |
Color Harmonies of #5DDBB4
Complementary color
Monochromatic Colors of #5DDBB4
Black with #5DDBB4
Text Example
Text Example
White with #5DDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBB4; }
p { color: rgb(93,219,180); }
H1.HeaderClassName
{
color: #5DDBB4;
}
.AnyTagClassName
{
color: #5DDBB4;
}
</style>
background-color css
<style>
a { background-color: #5DDBB4; }
a { background-color: rgb(93,219,180); }
div.DivClassName
{
background-color: #5DDBB4;
}
.BgClassName
{
background-color: #5DDBB4;
}
</style>
border-color css
<style>
span { border-color: #5DDBB4; }
span { border-color: rgb(93,219,180); }
td.TdClassName
{
border-color: #5DDBB4;
}
.TagClassName
{
border-color: #5DDBB4;
}
</style>