Shades of Medium Aquamarine #5CCCAC
Tints of Medium Aquamarine #5CCCAC
RGB
CMYK
RGB Variations
Color information
#5CCCAC (or 0x5CCCAC) is known color: Medium Aquamarine. HEX triplet: 5C, CC and AC. RGB value is (92,204,172). Sum of RGB (Red+Green+Blue) = 92+204+172=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCAC is #A33353. Grayscale: #A6A6A6. Windows color (decimal): -10695508 or 11324508. OLE color: 11324508.
HSL color Cylindrical-coordinate representation of color #5CCCAC: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCAC is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 172 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.2 |
| HSL | 162.86º | 0.52% | 0.58% | - |
| HSV(B) | 162.86º | 0.55% | 0.8% | - |
| XYZ | 33.45 | 48.44 | 46.62 | - |
| YUV | 166.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 172 | 0.55 | 0 | 0.16 | 0.2 | 162.86 | 0.52 | 0.58 |
| Hex | 5C | CC | AC | 37 | 0 | 10 | 14 | A3 | 34 | 3A |
| Octal | 134 | 314 | 254 | 67 | 0 | 20 | 24 | 243 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10101100 | 110111 | 0 | 10000 | 10100 | 10100011 | 110100 | 111010 |
Color Harmonies of #5CCCAC
Complementary color
Monochromatic Colors of #5CCCAC
Black with #5CCCAC
Text Example
Text Example
White with #5CCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCAC; }
p { color: rgb(92,204,172); }
H1.HeaderClassName
{
color: #5CCCAC;
}
.AnyTagClassName
{
color: #5CCCAC;
}
</style>
background-color css
<style>
a { background-color: #5CCCAC; }
a { background-color: rgb(92,204,172); }
div.DivClassName
{
background-color: #5CCCAC;
}
.BgClassName
{
background-color: #5CCCAC;
}
</style>
border-color css
<style>
span { border-color: #5CCCAC; }
span { border-color: rgb(92,204,172); }
td.TdClassName
{
border-color: #5CCCAC;
}
.TagClassName
{
border-color: #5CCCAC;
}
</style>