Shades of Medium Aquamarine #5DDBB3
Tints of Medium Aquamarine #5DDBB3
RGB
CMYK
RGB Variations
Color information
#5DDBB3 (or 0x5DDBB3) is known color: Medium Aquamarine. HEX triplet: 5D, DB and B3. RGB value is (93,219,179). Sum of RGB (Red+Green+Blue) = 93+219+179=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBB3 is #A2244C. Grayscale: #B0B0B0. Windows color (decimal): -10626125 or 11787101. OLE color: 11787101.
HSL color Cylindrical-coordinate representation of color #5DDBB3: hue angle of 160.95º 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 #5DDBB3 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 179 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.14 |
| HSL | 160.95º | 0.64% | 0.61% | - |
| HSV(B) | 160.95º | 0.58% | 0.86% | - |
| XYZ | 37.98 | 56.24 | 51.5 | - |
| YUV | 176.77 | 129.26 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 179 | 0.58 | 0 | 0.18 | 0.14 | 160.95 | 0.64 | 0.61 |
| Hex | 5D | DB | B3 | 3A | 0 | 12 | E | A1 | 40 | 3D |
| Octal | 135 | 333 | 263 | 72 | 0 | 22 | 16 | 241 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10110011 | 111010 | 0 | 10010 | 1110 | 10100001 | 1000000 | 111101 |
Color Harmonies of #5DDBB3
Complementary color
Monochromatic Colors of #5DDBB3
Black with #5DDBB3
Text Example
Text Example
White with #5DDBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBB3; }
p { color: rgb(93,219,179); }
H1.HeaderClassName
{
color: #5DDBB3;
}
.AnyTagClassName
{
color: #5DDBB3;
}
</style>
background-color css
<style>
a { background-color: #5DDBB3; }
a { background-color: rgb(93,219,179); }
div.DivClassName
{
background-color: #5DDBB3;
}
.BgClassName
{
background-color: #5DDBB3;
}
</style>
border-color css
<style>
span { border-color: #5DDBB3; }
span { border-color: rgb(93,219,179); }
td.TdClassName
{
border-color: #5DDBB3;
}
.TagClassName
{
border-color: #5DDBB3;
}
</style>