Shades of Java #2BA09A
Tints of Java #2BA09A
RGB
CMYK
RGB Variations
Color information
#2BA09A (or 0x2BA09A) is known color: Java. HEX triplet: 2B, A0 and 9A. RGB value is (43,160,154). Sum of RGB (Red+Green+Blue) = 43+160+154=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA09A is #D45F65. Grayscale: #7C7C7C. Windows color (decimal): -13918054 or 10133547. OLE color: 10133547.
HSL color Cylindrical-coordinate representation of color #2BA09A: hue angle of 176.92º 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 #2BA09A is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 154 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.37 |
| HSL | 176.92º | 0.58% | 0.4% | - |
| HSV(B) | 176.92º | 0.73% | 0.63% | - |
| XYZ | 19.4 | 27.99 | 34.95 | - |
| YUV | 124.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 154 | 0.73 | 0 | 0.04 | 0.37 | 176.92 | 0.58 | 0.4 |
| Hex | 2B | A0 | 9A | 49 | 0 | 4 | 25 | B1 | 3A | 28 |
| Octal | 53 | 240 | 232 | 111 | 0 | 4 | 45 | 261 | 72 | 50 |
| Binary | 101011 | 10100000 | 10011010 | 1001001 | 0 | 100 | 100101 | 10110001 | 111010 | 101000 |
Color Harmonies of #2BA09A
Complementary color
Monochromatic Colors of #2BA09A
Black with #2BA09A
Text Example
Text Example
White with #2BA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA09A; }
p { color: rgb(43,160,154); }
H1.HeaderClassName
{
color: #2BA09A;
}
.AnyTagClassName
{
color: #2BA09A;
}
</style>
background-color css
<style>
a { background-color: #2BA09A; }
a { background-color: rgb(43,160,154); }
div.DivClassName
{
background-color: #2BA09A;
}
.BgClassName
{
background-color: #2BA09A;
}
</style>
border-color css
<style>
span { border-color: #2BA09A; }
span { border-color: rgb(43,160,154); }
td.TdClassName
{
border-color: #2BA09A;
}
.TagClassName
{
border-color: #2BA09A;
}
</style>