Shades of Medium Aquamarine #5CCEA4
Tints of Medium Aquamarine #5CCEA4
RGB
CMYK
RGB Variations
Color information
#5CCEA4 (or 0x5CCEA4) is known color: Medium Aquamarine. HEX triplet: 5C, CE and A4. RGB value is (92,206,164). Sum of RGB (Red+Green+Blue) = 92+206+164=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCEA4 is #A3315B. Grayscale: #A7A7A7. Windows color (decimal): -10695004 or 10800732. OLE color: 10800732.
HSL color Cylindrical-coordinate representation of color #5CCEA4: hue angle of 157.89º 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 #5CCEA4 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 164 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.19 |
| HSL | 157.89º | 0.54% | 0.58% | - |
| HSV(B) | 157.89º | 0.55% | 0.81% | - |
| XYZ | 33.19 | 49.1 | 42.85 | - |
| YUV | 167.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 164 | 0.55 | 0 | 0.20 | 0.19 | 157.89 | 0.54 | 0.58 |
| Hex | 5C | CE | A4 | 37 | 0 | 14 | 13 | 9E | 36 | 3A |
| Octal | 134 | 316 | 244 | 67 | 0 | 24 | 23 | 236 | 66 | 72 |
| Binary | 1011100 | 11001110 | 10100100 | 110111 | 0 | 10100 | 10011 | 10011110 | 110110 | 111010 |
Color Harmonies of #5CCEA4
Complementary color
Monochromatic Colors of #5CCEA4
Black with #5CCEA4
Text Example
Text Example
White with #5CCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEA4; }
p { color: rgb(92,206,164); }
H1.HeaderClassName
{
color: #5CCEA4;
}
.AnyTagClassName
{
color: #5CCEA4;
}
</style>
background-color css
<style>
a { background-color: #5CCEA4; }
a { background-color: rgb(92,206,164); }
div.DivClassName
{
background-color: #5CCEA4;
}
.BgClassName
{
background-color: #5CCEA4;
}
</style>
border-color css
<style>
span { border-color: #5CCEA4; }
span { border-color: rgb(92,206,164); }
td.TdClassName
{
border-color: #5CCEA4;
}
.TagClassName
{
border-color: #5CCEA4;
}
</style>