Shades of Medium Aquamarine #5CCAB3
Tints of Medium Aquamarine #5CCAB3
RGB
CMYK
RGB Variations
Color information
#5CCAB3 (or 0x5CCAB3) is known color: Medium Aquamarine. HEX triplet: 5C, CA and B3. RGB value is (92,202,179). Sum of RGB (Red+Green+Blue) = 92+202+179=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCAB3 is #A3354C. Grayscale: #A6A6A6. Windows color (decimal): -10696013 or 11782748. OLE color: 11782748.
HSL color Cylindrical-coordinate representation of color #5CCAB3: hue angle of 167.45º 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 #5CCAB3 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 179 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.21 |
| HSL | 167.45º | 0.51% | 0.58% | - |
| HSV(B) | 167.45º | 0.54% | 0.79% | - |
| XYZ | 33.67 | 47.77 | 50.09 | - |
| YUV | 166.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 179 | 0.54 | 0 | 0.11 | 0.21 | 167.45 | 0.51 | 0.58 |
| Hex | 5C | CA | B3 | 36 | 0 | B | 15 | A7 | 33 | 3A |
| Octal | 134 | 312 | 263 | 66 | 0 | 13 | 25 | 247 | 63 | 72 |
| Binary | 1011100 | 11001010 | 10110011 | 110110 | 0 | 1011 | 10101 | 10100111 | 110011 | 111010 |
Color Harmonies of #5CCAB3
Complementary color
Monochromatic Colors of #5CCAB3
Black with #5CCAB3
Text Example
Text Example
White with #5CCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAB3; }
p { color: rgb(92,202,179); }
H1.HeaderClassName
{
color: #5CCAB3;
}
.AnyTagClassName
{
color: #5CCAB3;
}
</style>
background-color css
<style>
a { background-color: #5CCAB3; }
a { background-color: rgb(92,202,179); }
div.DivClassName
{
background-color: #5CCAB3;
}
.BgClassName
{
background-color: #5CCAB3;
}
</style>
border-color css
<style>
span { border-color: #5CCAB3; }
span { border-color: rgb(92,202,179); }
td.TdClassName
{
border-color: #5CCAB3;
}
.TagClassName
{
border-color: #5CCAB3;
}
</style>