Shades of Medium Aquamarine #5CC8AB
Tints of Medium Aquamarine #5CC8AB
RGB
CMYK
RGB Variations
Color information
#5CC8AB (or 0x5CC8AB) is known color: Medium Aquamarine. HEX triplet: 5C, C8 and AB. RGB value is (92,200,171). Sum of RGB (Red+Green+Blue) = 92+200+171=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC8AB is #A33754. Grayscale: #A4A4A4. Windows color (decimal): -10696533 or 11257948. OLE color: 11257948.
HSL color Cylindrical-coordinate representation of color #5CC8AB: hue angle of 163.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC8AB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 200 | 171 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.22 |
| HSL | 163.89º | 0.5% | 0.57% | - |
| HSV(B) | 163.89º | 0.54% | 0.78% | - |
| XYZ | 32.42 | 46.52 | 45.8 | - |
| YUV | 164.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 200 | 171 | 0.54 | 0 | 0.14 | 0.22 | 163.89 | 0.5 | 0.57 |
| Hex | 5C | C8 | AB | 36 | 0 | E | 16 | A4 | 32 | 39 |
| Octal | 134 | 310 | 253 | 66 | 0 | 16 | 26 | 244 | 62 | 71 |
| Binary | 1011100 | 11001000 | 10101011 | 110110 | 0 | 1110 | 10110 | 10100100 | 110010 | 111001 |
Color Harmonies of #5CC8AB
Complementary color
Monochromatic Colors of #5CC8AB
Black with #5CC8AB
Text Example
Text Example
White with #5CC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC8AB; }
p { color: rgb(92,200,171); }
H1.HeaderClassName
{
color: #5CC8AB;
}
.AnyTagClassName
{
color: #5CC8AB;
}
</style>
background-color css
<style>
a { background-color: #5CC8AB; }
a { background-color: rgb(92,200,171); }
div.DivClassName
{
background-color: #5CC8AB;
}
.BgClassName
{
background-color: #5CC8AB;
}
</style>
border-color css
<style>
span { border-color: #5CC8AB; }
span { border-color: rgb(92,200,171); }
td.TdClassName
{
border-color: #5CC8AB;
}
.TagClassName
{
border-color: #5CC8AB;
}
</style>