Shades of Medium Aquamarine #5CCDA4
Tints of Medium Aquamarine #5CCDA4
RGB
CMYK
RGB Variations
Color information
#5CCDA4 (or 0x5CCDA4) is known color: Medium Aquamarine. HEX triplet: 5C, CD and A4. RGB value is (92,205,164). Sum of RGB (Red+Green+Blue) = 92+205+164=461 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.96% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCDA4 is #A3325B. Grayscale: #A6A6A6. Windows color (decimal): -10695260 or 10800476. OLE color: 10800476.
HSL color Cylindrical-coordinate representation of color #5CCDA4: hue angle of 158.23º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCDA4 is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 164 | - |
| CMYK | 0.55 | 0 | 0.2 | 0.20 |
| HSL | 158.23º | 0.53% | 0.58% | - |
| HSV(B) | 158.23º | 0.55% | 0.8% | - |
| XYZ | 32.95 | 48.62 | 42.77 | - |
| YUV | 166.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 164 | 0.55 | 0 | 0.2 | 0.20 | 158.23 | 0.53 | 0.58 |
| Hex | 5C | CD | A4 | 37 | 0 | 14 | 14 | 9E | 35 | 3A |
| Octal | 134 | 315 | 244 | 67 | 0 | 24 | 24 | 236 | 65 | 72 |
| Binary | 1011100 | 11001101 | 10100100 | 110111 | 0 | 10100 | 10100 | 10011110 | 110101 | 111010 |
Color Harmonies of #5CCDA4
Complementary color
Monochromatic Colors of #5CCDA4
Black with #5CCDA4
Text Example
Text Example
White with #5CCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDA4; }
p { color: rgb(92,205,164); }
H1.HeaderClassName
{
color: #5CCDA4;
}
.AnyTagClassName
{
color: #5CCDA4;
}
</style>
background-color css
<style>
a { background-color: #5CCDA4; }
a { background-color: rgb(92,205,164); }
div.DivClassName
{
background-color: #5CCDA4;
}
.BgClassName
{
background-color: #5CCDA4;
}
</style>
border-color css
<style>
span { border-color: #5CCDA4; }
span { border-color: rgb(92,205,164); }
td.TdClassName
{
border-color: #5CCDA4;
}
.TagClassName
{
border-color: #5CCDA4;
}
</style>