Shades of Java #2BA19E
Tints of Java #2BA19E
RGB
CMYK
RGB Variations
Color information
#2BA19E (or 0x2BA19E) is known color: Java. HEX triplet: 2B, A1 and 9E. RGB value is (43,161,158). Sum of RGB (Red+Green+Blue) = 43+161+158=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA19E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA19E is #D45E61. Grayscale: #7D7D7D. Windows color (decimal): -13917794 or 10395947. OLE color: 10395947.
HSL color Cylindrical-coordinate representation of color #2BA19E: hue angle of 178.47º degrees, saturation: 0.58, 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 #2BA19E is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 158 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.37 |
| HSL | 178.47º | 0.58% | 0.4% | - |
| HSV(B) | 178.47º | 0.73% | 0.63% | - |
| XYZ | 19.91 | 28.47 | 36.79 | - |
| YUV | 125.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 158 | 0.73 | 0 | 0.02 | 0.37 | 178.47 | 0.58 | 0.4 |
| Hex | 2B | A1 | 9E | 49 | 0 | 2 | 25 | B2 | 3A | 28 |
| Octal | 53 | 241 | 236 | 111 | 0 | 2 | 45 | 262 | 72 | 50 |
| Binary | 101011 | 10100001 | 10011110 | 1001001 | 0 | 10 | 100101 | 10110010 | 111010 | 101000 |
Color Harmonies of #2BA19E
Complementary color
Monochromatic Colors of #2BA19E
Black with #2BA19E
Text Example
Text Example
White with #2BA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA19E; }
p { color: rgb(43,161,158); }
H1.HeaderClassName
{
color: #2BA19E;
}
.AnyTagClassName
{
color: #2BA19E;
}
</style>
background-color css
<style>
a { background-color: #2BA19E; }
a { background-color: rgb(43,161,158); }
div.DivClassName
{
background-color: #2BA19E;
}
.BgClassName
{
background-color: #2BA19E;
}
</style>
border-color css
<style>
span { border-color: #2BA19E; }
span { border-color: rgb(43,161,158); }
td.TdClassName
{
border-color: #2BA19E;
}
.TagClassName
{
border-color: #2BA19E;
}
</style>