Shades of Medium Aquamarine #5CECAF
Tints of Medium Aquamarine #5CECAF
RGB
CMYK
RGB Variations
Color information
#5CECAF (or 0x5CECAF) is known color: Medium Aquamarine. HEX triplet: 5C, EC and AF. RGB value is (92,236,175). Sum of RGB (Red+Green+Blue) = 92+236+175=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CECAF is #A31350. Grayscale: #BABABA. Windows color (decimal): -10687313 or 11529308. OLE color: 11529308.
HSL color Cylindrical-coordinate representation of color #5CECAF: hue angle of 154.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CECAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.07 |
| HSL | 154.58º | 0.79% | 0.64% | - |
| HSV(B) | 154.58º | 0.61% | 0.93% | - |
| XYZ | 42.15 | 65.36 | 50.95 | - |
| YUV | 185.99 | 121.79 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 175 | 0.61 | 0 | 0.26 | 0.07 | 154.58 | 0.79 | 0.64 |
| Hex | 5C | EC | AF | 3D | 0 | 1A | 7 | 9B | 4F | 40 |
| Octal | 134 | 354 | 257 | 75 | 0 | 32 | 7 | 233 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10101111 | 111101 | 0 | 11010 | 111 | 10011011 | 1001111 | 1000000 |
Color Harmonies of #5CECAF
Complementary color
Monochromatic Colors of #5CECAF
Black with #5CECAF
Text Example
Text Example
White with #5CECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECAF; }
p { color: rgb(92,236,175); }
H1.HeaderClassName
{
color: #5CECAF;
}
.AnyTagClassName
{
color: #5CECAF;
}
</style>
background-color css
<style>
a { background-color: #5CECAF; }
a { background-color: rgb(92,236,175); }
div.DivClassName
{
background-color: #5CECAF;
}
.BgClassName
{
background-color: #5CECAF;
}
</style>
border-color css
<style>
span { border-color: #5CECAF; }
span { border-color: rgb(92,236,175); }
td.TdClassName
{
border-color: #5CECAF;
}
.TagClassName
{
border-color: #5CECAF;
}
</style>