Shades of Java #2BA39E
Tints of Java #2BA39E
RGB
CMYK
RGB Variations
Color information
#2BA39E (or 0x2BA39E) is known color: Java. HEX triplet: 2B, A3 and 9E. RGB value is (43,163,158). Sum of RGB (Red+Green+Blue) = 43+163+158=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA39E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA39E is #D45C61. Grayscale: #7E7E7E. Windows color (decimal): -13917282 or 10396459. OLE color: 10396459.
HSL color Cylindrical-coordinate representation of color #2BA39E: hue angle of 177.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA39E is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 158 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.36 |
| HSL | 177.5º | 0.58% | 0.4% | - |
| HSV(B) | 177.5º | 0.74% | 0.64% | - |
| XYZ | 20.27 | 29.18 | 36.91 | - |
| YUV | 126.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 158 | 0.74 | 0 | 0.03 | 0.36 | 177.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 9E | 4A | 0 | 3 | 24 | B2 | 3A | 28 |
| Octal | 53 | 243 | 236 | 112 | 0 | 3 | 44 | 262 | 72 | 50 |
| Binary | 101011 | 10100011 | 10011110 | 1001010 | 0 | 11 | 100100 | 10110010 | 111010 | 101000 |
Color Harmonies of #2BA39E
Complementary color
Monochromatic Colors of #2BA39E
Black with #2BA39E
Text Example
Text Example
White with #2BA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA39E; }
p { color: rgb(43,163,158); }
H1.HeaderClassName
{
color: #2BA39E;
}
.AnyTagClassName
{
color: #2BA39E;
}
</style>
background-color css
<style>
a { background-color: #2BA39E; }
a { background-color: rgb(43,163,158); }
div.DivClassName
{
background-color: #2BA39E;
}
.BgClassName
{
background-color: #2BA39E;
}
</style>
border-color css
<style>
span { border-color: #2BA39E; }
span { border-color: rgb(43,163,158); }
td.TdClassName
{
border-color: #2BA39E;
}
.TagClassName
{
border-color: #2BA39E;
}
</style>