Shades of Medium Aquamarine #5CCAAA
Tints of Medium Aquamarine #5CCAAA
RGB
CMYK
RGB Variations
Color information
#5CCAAA (or 0x5CCAAA) is known color: Medium Aquamarine. HEX triplet: 5C, CA and AA. RGB value is (92,202,170). Sum of RGB (Red+Green+Blue) = 92+202+170=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAAA is #A33555. Grayscale: #A5A5A5. Windows color (decimal): -10696022 or 11192924. OLE color: 11192924.
HSL color Cylindrical-coordinate representation of color #5CCAAA: hue angle of 162.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAAA is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 170 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.21 |
| HSL | 162.55º | 0.51% | 0.58% | - |
| HSV(B) | 162.55º | 0.54% | 0.79% | - |
| XYZ | 32.79 | 47.42 | 45.45 | - |
| YUV | 165.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 170 | 0.54 | 0 | 0.16 | 0.21 | 162.55 | 0.51 | 0.58 |
| Hex | 5C | CA | AA | 36 | 0 | 10 | 15 | A3 | 33 | 3A |
| Octal | 134 | 312 | 252 | 66 | 0 | 20 | 25 | 243 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10101010 | 110110 | 0 | 10000 | 10101 | 10100011 | 110011 | 111010 |
Color Harmonies of #5CCAAA
Complementary color
Monochromatic Colors of #5CCAAA
Black with #5CCAAA
Text Example
Text Example
White with #5CCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAAA; }
p { color: rgb(92,202,170); }
H1.HeaderClassName
{
color: #5CCAAA;
}
.AnyTagClassName
{
color: #5CCAAA;
}
</style>
background-color css
<style>
a { background-color: #5CCAAA; }
a { background-color: rgb(92,202,170); }
div.DivClassName
{
background-color: #5CCAAA;
}
.BgClassName
{
background-color: #5CCAAA;
}
</style>
border-color css
<style>
span { border-color: #5CCAAA; }
span { border-color: rgb(92,202,170); }
td.TdClassName
{
border-color: #5CCAAA;
}
.TagClassName
{
border-color: #5CCAAA;
}
</style>