Shades of Patina #5CA38A
Tints of Patina #5CA38A
RGB
CMYK
RGB Variations
Color information
#5CA38A (or 0x5CA38A) is known color: Patina. HEX triplet: 5C, A3 and 8A. RGB value is (92,163,138). Sum of RGB (Red+Green+Blue) = 92+163+138=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA38A is #A35C75. Grayscale: #8A8A8A. Windows color (decimal): -10706038 or 9085788. OLE color: 9085788.
HSL color Cylindrical-coordinate representation of color #5CA38A: hue angle of 158.87º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA38A is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 163 | 138 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.36 |
| HSL | 158.87º | 0.28% | 0.5% | - |
| HSV(B) | 158.87º | 0.44% | 0.64% | - |
| XYZ | 22.1 | 30.3 | 28.73 | - |
| YUV | 138.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 138 | 0.44 | 0 | 0.15 | 0.36 | 158.87 | 0.28 | 0.5 |
| Hex | 5C | A3 | 8A | 2C | 0 | F | 24 | 9F | 1C | 32 |
| Octal | 134 | 243 | 212 | 54 | 0 | 17 | 44 | 237 | 34 | 62 |
| Binary | 1011100 | 10100011 | 10001010 | 101100 | 0 | 1111 | 100100 | 10011111 | 11100 | 110010 |
Color Harmonies of #5CA38A
Complementary color
Monochromatic Colors of #5CA38A
Black with #5CA38A
Text Example
Text Example
White with #5CA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA38A; }
p { color: rgb(92,163,138); }
H1.HeaderClassName
{
color: #5CA38A;
}
.AnyTagClassName
{
color: #5CA38A;
}
</style>
background-color css
<style>
a { background-color: #5CA38A; }
a { background-color: rgb(92,163,138); }
div.DivClassName
{
background-color: #5CA38A;
}
.BgClassName
{
background-color: #5CA38A;
}
</style>
border-color css
<style>
span { border-color: #5CA38A; }
span { border-color: rgb(92,163,138); }
td.TdClassName
{
border-color: #5CA38A;
}
.TagClassName
{
border-color: #5CA38A;
}
</style>