Shades of Medium Aquamarine #5CDDAC
Tints of Medium Aquamarine #5CDDAC
RGB
CMYK
RGB Variations
Color information
#5CDDAC (or 0x5CDDAC) is known color: Medium Aquamarine. HEX triplet: 5C, DD and AC. RGB value is (92,221,172). Sum of RGB (Red+Green+Blue) = 92+221+172=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDDAC is #A32253. Grayscale: #B0B0B0. Windows color (decimal): -10691156 or 11328860. OLE color: 11328860.
HSL color Cylindrical-coordinate representation of color #5CDDAC: hue angle of 157.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDAC is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 172 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.13 |
| HSL | 157.21º | 0.65% | 0.61% | - |
| HSV(B) | 157.21º | 0.58% | 0.87% | - |
| XYZ | 37.72 | 56.97 | 48.04 | - |
| YUV | 176.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 172 | 0.58 | 0 | 0.22 | 0.13 | 157.21 | 0.65 | 0.61 |
| Hex | 5C | DD | AC | 3A | 0 | 16 | D | 9D | 41 | 3D |
| Octal | 134 | 335 | 254 | 72 | 0 | 26 | 15 | 235 | 101 | 75 |
| Binary | 1011100 | 11011101 | 10101100 | 111010 | 0 | 10110 | 1101 | 10011101 | 1000001 | 111101 |
Color Harmonies of #5CDDAC
Complementary color
Monochromatic Colors of #5CDDAC
Black with #5CDDAC
Text Example
Text Example
White with #5CDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDAC; }
p { color: rgb(92,221,172); }
H1.HeaderClassName
{
color: #5CDDAC;
}
.AnyTagClassName
{
color: #5CDDAC;
}
</style>
background-color css
<style>
a { background-color: #5CDDAC; }
a { background-color: rgb(92,221,172); }
div.DivClassName
{
background-color: #5CDDAC;
}
.BgClassName
{
background-color: #5CDDAC;
}
</style>
border-color css
<style>
span { border-color: #5CDDAC; }
span { border-color: rgb(92,221,172); }
td.TdClassName
{
border-color: #5CDDAC;
}
.TagClassName
{
border-color: #5CDDAC;
}
</style>