Shades of Medium Aquamarine #5DDC9A
Tints of Medium Aquamarine #5DDC9A
RGB
CMYK
RGB Variations
Color information
#5DDC9A (or 0x5DDC9A) is known color: Medium Aquamarine. HEX triplet: 5D, DC and 9A. RGB value is (93,220,154). Sum of RGB (Red+Green+Blue) = 93+220+154=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDC9A is #A22365. Grayscale: #AEAEAE. Windows color (decimal): -10625894 or 10148957. OLE color: 10148957.
HSL color Cylindrical-coordinate representation of color #5DDC9A: hue angle of 148.82º 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 #5DDC9A is Cyan = 0.58, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 154 | - |
| CMYK | 0.58 | 0 | 0.3 | 0.14 |
| HSL | 148.82º | 0.64% | 0.61% | - |
| HSV(B) | 148.82º | 0.58% | 0.86% | - |
| XYZ | 35.94 | 55.85 | 39.46 | - |
| YUV | 174.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 154 | 0.58 | 0 | 0.3 | 0.14 | 148.82 | 0.64 | 0.61 |
| Hex | 5D | DC | 9A | 3A | 0 | 1E | E | 95 | 40 | 3D |
| Octal | 135 | 334 | 232 | 72 | 0 | 36 | 16 | 225 | 100 | 75 |
| Binary | 1011101 | 11011100 | 10011010 | 111010 | 0 | 11110 | 1110 | 10010101 | 1000000 | 111101 |
Color Harmonies of #5DDC9A
Complementary color
Monochromatic Colors of #5DDC9A
Black with #5DDC9A
Text Example
Text Example
White with #5DDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC9A; }
p { color: rgb(93,220,154); }
H1.HeaderClassName
{
color: #5DDC9A;
}
.AnyTagClassName
{
color: #5DDC9A;
}
</style>
background-color css
<style>
a { background-color: #5DDC9A; }
a { background-color: rgb(93,220,154); }
div.DivClassName
{
background-color: #5DDC9A;
}
.BgClassName
{
background-color: #5DDC9A;
}
</style>
border-color css
<style>
span { border-color: #5DDC9A; }
span { border-color: rgb(93,220,154); }
td.TdClassName
{
border-color: #5DDC9A;
}
.TagClassName
{
border-color: #5DDC9A;
}
</style>