Shades of Medium Aquamarine #5CCEAC
Tints of Medium Aquamarine #5CCEAC
RGB
CMYK
RGB Variations
Color information
#5CCEAC (or 0x5CCEAC) is known color: Medium Aquamarine. HEX triplet: 5C, CE and AC. RGB value is (92,206,172). Sum of RGB (Red+Green+Blue) = 92+206+172=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCEAC is #A33153. Grayscale: #A8A8A8. Windows color (decimal): -10694996 or 11325020. OLE color: 11325020.
HSL color Cylindrical-coordinate representation of color #5CCEAC: hue angle of 162.11º 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 #5CCEAC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 172 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.19 |
| HSL | 162.11º | 0.54% | 0.58% | - |
| HSV(B) | 162.11º | 0.55% | 0.81% | - |
| XYZ | 33.93 | 49.4 | 46.78 | - |
| YUV | 168.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 172 | 0.55 | 0 | 0.17 | 0.19 | 162.11 | 0.54 | 0.58 |
| Hex | 5C | CE | AC | 37 | 0 | 11 | 13 | A2 | 36 | 3A |
| Octal | 134 | 316 | 254 | 67 | 0 | 21 | 23 | 242 | 66 | 72 |
| Binary | 1011100 | 11001110 | 10101100 | 110111 | 0 | 10001 | 10011 | 10100010 | 110110 | 111010 |
Color Harmonies of #5CCEAC
Complementary color
Monochromatic Colors of #5CCEAC
Black with #5CCEAC
Text Example
Text Example
White with #5CCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEAC; }
p { color: rgb(92,206,172); }
H1.HeaderClassName
{
color: #5CCEAC;
}
.AnyTagClassName
{
color: #5CCEAC;
}
</style>
background-color css
<style>
a { background-color: #5CCEAC; }
a { background-color: rgb(92,206,172); }
div.DivClassName
{
background-color: #5CCEAC;
}
.BgClassName
{
background-color: #5CCEAC;
}
</style>
border-color css
<style>
span { border-color: #5CCEAC; }
span { border-color: rgb(92,206,172); }
td.TdClassName
{
border-color: #5CCEAC;
}
.TagClassName
{
border-color: #5CCEAC;
}
</style>