Shades of Medium Aquamarine #5CCAAB
Tints of Medium Aquamarine #5CCAAB
RGB
CMYK
RGB Variations
Color information
#5CCAAB (or 0x5CCAAB) is known color: Medium Aquamarine. HEX triplet: 5C, CA and AB. RGB value is (92,202,171). Sum of RGB (Red+Green+Blue) = 92+202+171=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAAB is #A33554. Grayscale: #A5A5A5. Windows color (decimal): -10696021 or 11258460. OLE color: 11258460.
HSL color Cylindrical-coordinate representation of color #5CCAAB: hue angle of 163.09º 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 #5CCAAB is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 171 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.21 |
| HSL | 163.09º | 0.51% | 0.58% | - |
| HSV(B) | 163.09º | 0.54% | 0.79% | - |
| XYZ | 32.88 | 47.46 | 45.95 | - |
| YUV | 165.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 171 | 0.54 | 0 | 0.15 | 0.21 | 163.09 | 0.51 | 0.58 |
| Hex | 5C | CA | AB | 36 | 0 | F | 15 | A3 | 33 | 3A |
| Octal | 134 | 312 | 253 | 66 | 0 | 17 | 25 | 243 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10101011 | 110110 | 0 | 1111 | 10101 | 10100011 | 110011 | 111010 |
Color Harmonies of #5CCAAB
Complementary color
Monochromatic Colors of #5CCAAB
Black with #5CCAAB
Text Example
Text Example
White with #5CCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAAB; }
p { color: rgb(92,202,171); }
H1.HeaderClassName
{
color: #5CCAAB;
}
.AnyTagClassName
{
color: #5CCAAB;
}
</style>
background-color css
<style>
a { background-color: #5CCAAB; }
a { background-color: rgb(92,202,171); }
div.DivClassName
{
background-color: #5CCAAB;
}
.BgClassName
{
background-color: #5CCAAB;
}
</style>
border-color css
<style>
span { border-color: #5CCAAB; }
span { border-color: rgb(92,202,171); }
td.TdClassName
{
border-color: #5CCAAB;
}
.TagClassName
{
border-color: #5CCAAB;
}
</style>