Shades of Medium Aquamarine #5CCDA5
Tints of Medium Aquamarine #5CCDA5
RGB
CMYK
RGB Variations
Color information
#5CCDA5 (or 0x5CCDA5) is known color: Medium Aquamarine. HEX triplet: 5C, CD and A5. RGB value is (92,205,165). Sum of RGB (Red+Green+Blue) = 92+205+165=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCDA5 is #A3325A. Grayscale: #A6A6A6. Windows color (decimal): -10695259 or 10866012. OLE color: 10866012.
HSL color Cylindrical-coordinate representation of color #5CCDA5: hue angle of 158.76º 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 #5CCDA5 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 165 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.20 |
| HSL | 158.76º | 0.53% | 0.58% | - |
| HSV(B) | 158.76º | 0.55% | 0.8% | - |
| XYZ | 33.04 | 48.65 | 43.25 | - |
| YUV | 166.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 165 | 0.55 | 0 | 0.20 | 0.20 | 158.76 | 0.53 | 0.58 |
| Hex | 5C | CD | A5 | 37 | 0 | 14 | 14 | 9F | 35 | 3A |
| Octal | 134 | 315 | 245 | 67 | 0 | 24 | 24 | 237 | 65 | 72 |
| Binary | 1011100 | 11001101 | 10100101 | 110111 | 0 | 10100 | 10100 | 10011111 | 110101 | 111010 |
Color Harmonies of #5CCDA5
Complementary color
Monochromatic Colors of #5CCDA5
Black with #5CCDA5
Text Example
Text Example
White with #5CCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDA5; }
p { color: rgb(92,205,165); }
H1.HeaderClassName
{
color: #5CCDA5;
}
.AnyTagClassName
{
color: #5CCDA5;
}
</style>
background-color css
<style>
a { background-color: #5CCDA5; }
a { background-color: rgb(92,205,165); }
div.DivClassName
{
background-color: #5CCDA5;
}
.BgClassName
{
background-color: #5CCDA5;
}
</style>
border-color css
<style>
span { border-color: #5CCDA5; }
span { border-color: rgb(92,205,165); }
td.TdClassName
{
border-color: #5CCDA5;
}
.TagClassName
{
border-color: #5CCDA5;
}
</style>