Shades of Medium Aquamarine #5CDCA8
Tints of Medium Aquamarine #5CDCA8
RGB
CMYK
RGB Variations
Color information
#5CDCA8 (or 0x5CDCA8) is known color: Medium Aquamarine. HEX triplet: 5C, DC and A8. RGB value is (92,220,168). Sum of RGB (Red+Green+Blue) = 92+220+168=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCA8 is #A32357. Grayscale: #AFAFAF. Windows color (decimal): -10691416 or 11066460. OLE color: 11066460.
HSL color Cylindrical-coordinate representation of color #5CDCA8: hue angle of 155.62º degrees, saturation: 0.65, 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 #5CDCA8 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 168 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.14 |
| HSL | 155.63º | 0.65% | 0.61% | - |
| HSV(B) | 155.63º | 0.58% | 0.86% | - |
| XYZ | 37.07 | 56.29 | 45.96 | - |
| YUV | 175.8 | 123.59 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 168 | 0.58 | 0 | 0.24 | 0.14 | 155.63 | 0.65 | 0.61 |
| Hex | 5C | DC | A8 | 3A | 0 | 18 | E | 9C | 41 | 3D |
| Octal | 134 | 334 | 250 | 72 | 0 | 30 | 16 | 234 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10101000 | 111010 | 0 | 11000 | 1110 | 10011100 | 1000001 | 111101 |
Color Harmonies of #5CDCA8
Complementary color
Monochromatic Colors of #5CDCA8
Black with #5CDCA8
Text Example
Text Example
White with #5CDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCA8; }
p { color: rgb(92,220,168); }
H1.HeaderClassName
{
color: #5CDCA8;
}
.AnyTagClassName
{
color: #5CDCA8;
}
</style>
background-color css
<style>
a { background-color: #5CDCA8; }
a { background-color: rgb(92,220,168); }
div.DivClassName
{
background-color: #5CDCA8;
}
.BgClassName
{
background-color: #5CDCA8;
}
</style>
border-color css
<style>
span { border-color: #5CDCA8; }
span { border-color: rgb(92,220,168); }
td.TdClassName
{
border-color: #5CDCA8;
}
.TagClassName
{
border-color: #5CDCA8;
}
</style>