Shades of Medium Aquamarine #5CCAAC
Tints of Medium Aquamarine #5CCAAC
RGB
CMYK
RGB Variations
Color information
#5CCAAC (or 0x5CCAAC) is known color: Medium Aquamarine. HEX triplet: 5C, CA and AC. RGB value is (92,202,172). Sum of RGB (Red+Green+Blue) = 92+202+172=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAAC is #A33553. Grayscale: #A5A5A5. Windows color (decimal): -10696020 or 11323996. OLE color: 11323996.
HSL color Cylindrical-coordinate representation of color #5CCAAC: hue angle of 163.64º 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 #5CCAAC is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 172 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.21 |
| HSL | 163.64º | 0.51% | 0.58% | - |
| HSV(B) | 163.64º | 0.54% | 0.79% | - |
| XYZ | 32.98 | 47.49 | 46.46 | - |
| YUV | 165.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 172 | 0.54 | 0 | 0.15 | 0.21 | 163.64 | 0.51 | 0.58 |
| Hex | 5C | CA | AC | 36 | 0 | F | 15 | A4 | 33 | 3A |
| Octal | 134 | 312 | 254 | 66 | 0 | 17 | 25 | 244 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10101100 | 110110 | 0 | 1111 | 10101 | 10100100 | 110011 | 111010 |
Color Harmonies of #5CCAAC
Complementary color
Monochromatic Colors of #5CCAAC
Black with #5CCAAC
Text Example
Text Example
White with #5CCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAAC; }
p { color: rgb(92,202,172); }
H1.HeaderClassName
{
color: #5CCAAC;
}
.AnyTagClassName
{
color: #5CCAAC;
}
</style>
background-color css
<style>
a { background-color: #5CCAAC; }
a { background-color: rgb(92,202,172); }
div.DivClassName
{
background-color: #5CCAAC;
}
.BgClassName
{
background-color: #5CCAAC;
}
</style>
border-color css
<style>
span { border-color: #5CCAAC; }
span { border-color: rgb(92,202,172); }
td.TdClassName
{
border-color: #5CCAAC;
}
.TagClassName
{
border-color: #5CCAAC;
}
</style>