Shades of Java #2CA196
Tints of Java #2CA196
RGB
CMYK
RGB Variations
Color information
#2CA196 (or 0x2CA196) is known color: Java. HEX triplet: 2C, A1 and 96. RGB value is (44,161,150). Sum of RGB (Red+Green+Blue) = 44+161+150=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA196 is #D35E69. Grayscale: #7C7C7C. Windows color (decimal): -13852266 or 9871660. OLE color: 9871660.
HSL color Cylindrical-coordinate representation of color #2CA196: hue angle of 174.36º 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 #2CA196 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 150 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.37 |
| HSL | 174.36º | 0.57% | 0.4% | - |
| HSV(B) | 174.36º | 0.73% | 0.63% | - |
| XYZ | 19.29 | 28.23 | 33.29 | - |
| YUV | 124.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 150 | 0.73 | 0 | 0.07 | 0.37 | 174.36 | 0.57 | 0.4 |
| Hex | 2C | A1 | 96 | 49 | 0 | 7 | 25 | AE | 39 | 28 |
| Octal | 54 | 241 | 226 | 111 | 0 | 7 | 45 | 256 | 71 | 50 |
| Binary | 101100 | 10100001 | 10010110 | 1001001 | 0 | 111 | 100101 | 10101110 | 111001 | 101000 |
Color Harmonies of #2CA196
Complementary color
Monochromatic Colors of #2CA196
Black with #2CA196
Text Example
Text Example
White with #2CA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA196; }
p { color: rgb(44,161,150); }
H1.HeaderClassName
{
color: #2CA196;
}
.AnyTagClassName
{
color: #2CA196;
}
</style>
background-color css
<style>
a { background-color: #2CA196; }
a { background-color: rgb(44,161,150); }
div.DivClassName
{
background-color: #2CA196;
}
.BgClassName
{
background-color: #2CA196;
}
</style>
border-color css
<style>
span { border-color: #2CA196; }
span { border-color: rgb(44,161,150); }
td.TdClassName
{
border-color: #2CA196;
}
.TagClassName
{
border-color: #2CA196;
}
</style>