Shades of Java #2CA197
Tints of Java #2CA197
RGB
CMYK
RGB Variations
Color information
#2CA197 (or 0x2CA197) is known color: Java. HEX triplet: 2C, A1 and 97. RGB value is (44,161,151). Sum of RGB (Red+Green+Blue) = 44+161+151=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA197 is #D35E68. Grayscale: #7C7C7C. Windows color (decimal): -13852265 or 9937196. OLE color: 9937196.
HSL color Cylindrical-coordinate representation of color #2CA197: hue angle of 174.87º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA197 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 151 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.37 |
| HSL | 174.87º | 0.57% | 0.4% | - |
| HSV(B) | 174.87º | 0.73% | 0.63% | - |
| XYZ | 19.37 | 28.26 | 33.71 | - |
| YUV | 124.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 151 | 0.73 | 0 | 0.06 | 0.37 | 174.87 | 0.57 | 0.4 |
| Hex | 2C | A1 | 97 | 49 | 0 | 6 | 25 | AF | 39 | 28 |
| Octal | 54 | 241 | 227 | 111 | 0 | 6 | 45 | 257 | 71 | 50 |
| Binary | 101100 | 10100001 | 10010111 | 1001001 | 0 | 110 | 100101 | 10101111 | 111001 | 101000 |
Color Harmonies of #2CA197
Complementary color
Monochromatic Colors of #2CA197
Black with #2CA197
Text Example
Text Example
White with #2CA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA197; }
p { color: rgb(44,161,151); }
H1.HeaderClassName
{
color: #2CA197;
}
.AnyTagClassName
{
color: #2CA197;
}
</style>
background-color css
<style>
a { background-color: #2CA197; }
a { background-color: rgb(44,161,151); }
div.DivClassName
{
background-color: #2CA197;
}
.BgClassName
{
background-color: #2CA197;
}
</style>
border-color css
<style>
span { border-color: #2CA197; }
span { border-color: rgb(44,161,151); }
td.TdClassName
{
border-color: #2CA197;
}
.TagClassName
{
border-color: #2CA197;
}
</style>