Shades of Medium Aquamarine #5CECAA
Tints of Medium Aquamarine #5CECAA
RGB
CMYK
RGB Variations
Color information
#5CECAA (or 0x5CECAA) is known color: Medium Aquamarine. HEX triplet: 5C, EC and AA. RGB value is (92,236,170). Sum of RGB (Red+Green+Blue) = 92+236+170=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CECAA is #A31355. Grayscale: #B9B9B9. Windows color (decimal): -10687318 or 11201628. OLE color: 11201628.
HSL color Cylindrical-coordinate representation of color #5CECAA: hue angle of 152.5º 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 #5CECAA is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 170 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.07 |
| HSL | 152.5º | 0.79% | 0.64% | - |
| HSV(B) | 152.5º | 0.61% | 0.93% | - |
| XYZ | 41.66 | 65.17 | 48.41 | - |
| YUV | 185.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 170 | 0.61 | 0 | 0.28 | 0.07 | 152.5 | 0.79 | 0.64 |
| Hex | 5C | EC | AA | 3D | 0 | 1C | 7 | 98 | 4F | 40 |
| Octal | 134 | 354 | 252 | 75 | 0 | 34 | 7 | 230 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10101010 | 111101 | 0 | 11100 | 111 | 10011000 | 1001111 | 1000000 |
Color Harmonies of #5CECAA
Complementary color
Monochromatic Colors of #5CECAA
Black with #5CECAA
Text Example
Text Example
White with #5CECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECAA; }
p { color: rgb(92,236,170); }
H1.HeaderClassName
{
color: #5CECAA;
}
.AnyTagClassName
{
color: #5CECAA;
}
</style>
background-color css
<style>
a { background-color: #5CECAA; }
a { background-color: rgb(92,236,170); }
div.DivClassName
{
background-color: #5CECAA;
}
.BgClassName
{
background-color: #5CECAA;
}
</style>
border-color css
<style>
span { border-color: #5CECAA; }
span { border-color: rgb(92,236,170); }
td.TdClassName
{
border-color: #5CECAA;
}
.TagClassName
{
border-color: #5CECAA;
}
</style>