Shades of Medium Aquamarine #5CCEA5
Tints of Medium Aquamarine #5CCEA5
RGB
CMYK
RGB Variations
Color information
#5CCEA5 (or 0x5CCEA5) is known color: Medium Aquamarine. HEX triplet: 5C, CE and A5. RGB value is (92,206,165). Sum of RGB (Red+Green+Blue) = 92+206+165=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCEA5 is #A3315A. Grayscale: #A7A7A7. Windows color (decimal): -10695003 or 10866268. OLE color: 10866268.
HSL color Cylindrical-coordinate representation of color #5CCEA5: hue angle of 158.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCEA5 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 165 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.19 |
| HSL | 158.42º | 0.54% | 0.58% | - |
| HSV(B) | 158.42º | 0.55% | 0.81% | - |
| XYZ | 33.28 | 49.13 | 43.33 | - |
| YUV | 167.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 165 | 0.55 | 0 | 0.20 | 0.19 | 158.42 | 0.54 | 0.58 |
| Hex | 5C | CE | A5 | 37 | 0 | 14 | 13 | 9E | 36 | 3A |
| Octal | 134 | 316 | 245 | 67 | 0 | 24 | 23 | 236 | 66 | 72 |
| Binary | 1011100 | 11001110 | 10100101 | 110111 | 0 | 10100 | 10011 | 10011110 | 110110 | 111010 |
Color Harmonies of #5CCEA5
Complementary color
Monochromatic Colors of #5CCEA5
Black with #5CCEA5
Text Example
Text Example
White with #5CCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEA5; }
p { color: rgb(92,206,165); }
H1.HeaderClassName
{
color: #5CCEA5;
}
.AnyTagClassName
{
color: #5CCEA5;
}
</style>
background-color css
<style>
a { background-color: #5CCEA5; }
a { background-color: rgb(92,206,165); }
div.DivClassName
{
background-color: #5CCEA5;
}
.BgClassName
{
background-color: #5CCEA5;
}
</style>
border-color css
<style>
span { border-color: #5CCEA5; }
span { border-color: rgb(92,206,165); }
td.TdClassName
{
border-color: #5CCEA5;
}
.TagClassName
{
border-color: #5CCEA5;
}
</style>