Shades of Java #2BA19D
Tints of Java #2BA19D
RGB
CMYK
RGB Variations
Color information
#2BA19D (or 0x2BA19D) is known color: Java. HEX triplet: 2B, A1 and 9D. RGB value is (43,161,157). Sum of RGB (Red+Green+Blue) = 43+161+157=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA19D is #D45E62. Grayscale: #7D7D7D. Windows color (decimal): -13917795 or 10330411. OLE color: 10330411.
HSL color Cylindrical-coordinate representation of color #2BA19D: hue angle of 177.97º 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 #2BA19D is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 157 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.37 |
| HSL | 177.97º | 0.58% | 0.4% | - |
| HSV(B) | 177.97º | 0.73% | 0.63% | - |
| XYZ | 19.83 | 28.44 | 36.34 | - |
| YUV | 125.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 157 | 0.73 | 0 | 0.02 | 0.37 | 177.97 | 0.58 | 0.4 |
| Hex | 2B | A1 | 9D | 49 | 0 | 2 | 25 | B2 | 3A | 28 |
| Octal | 53 | 241 | 235 | 111 | 0 | 2 | 45 | 262 | 72 | 50 |
| Binary | 101011 | 10100001 | 10011101 | 1001001 | 0 | 10 | 100101 | 10110010 | 111010 | 101000 |
Color Harmonies of #2BA19D
Complementary color
Monochromatic Colors of #2BA19D
Black with #2BA19D
Text Example
Text Example
White with #2BA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA19D; }
p { color: rgb(43,161,157); }
H1.HeaderClassName
{
color: #2BA19D;
}
.AnyTagClassName
{
color: #2BA19D;
}
</style>
background-color css
<style>
a { background-color: #2BA19D; }
a { background-color: rgb(43,161,157); }
div.DivClassName
{
background-color: #2BA19D;
}
.BgClassName
{
background-color: #2BA19D;
}
</style>
border-color css
<style>
span { border-color: #2BA19D; }
span { border-color: rgb(43,161,157); }
td.TdClassName
{
border-color: #2BA19D;
}
.TagClassName
{
border-color: #2BA19D;
}
</style>