Shades of Java #2B9E9A
Tints of Java #2B9E9A
RGB
CMYK
RGB Variations
Color information
#2B9E9A (or 0x2B9E9A) is known color: Java. HEX triplet: 2B, 9E and 9A. RGB value is (43,158,154). Sum of RGB (Red+Green+Blue) = 43+158+154=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E9A is #D46165. Grayscale: #7B7B7B. Windows color (decimal): -13918566 or 10133035. OLE color: 10133035.
HSL color Cylindrical-coordinate representation of color #2B9E9A: hue angle of 177.91º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E9A is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 154 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.38 |
| HSL | 177.91º | 0.57% | 0.39% | - |
| HSV(B) | 177.91º | 0.73% | 0.62% | - |
| XYZ | 19.06 | 27.3 | 34.84 | - |
| YUV | 123.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 154 | 0.73 | 0 | 0.03 | 0.38 | 177.91 | 0.57 | 0.39 |
| Hex | 2B | 9E | 9A | 49 | 0 | 3 | 26 | B2 | 39 | 27 |
| Octal | 53 | 236 | 232 | 111 | 0 | 3 | 46 | 262 | 71 | 47 |
| Binary | 101011 | 10011110 | 10011010 | 1001001 | 0 | 11 | 100110 | 10110010 | 111001 | 100111 |
Color Harmonies of #2B9E9A
Complementary color
Monochromatic Colors of #2B9E9A
Black with #2B9E9A
Text Example
Text Example
White with #2B9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E9A; }
p { color: rgb(43,158,154); }
H1.HeaderClassName
{
color: #2B9E9A;
}
.AnyTagClassName
{
color: #2B9E9A;
}
</style>
background-color css
<style>
a { background-color: #2B9E9A; }
a { background-color: rgb(43,158,154); }
div.DivClassName
{
background-color: #2B9E9A;
}
.BgClassName
{
background-color: #2B9E9A;
}
</style>
border-color css
<style>
span { border-color: #2B9E9A; }
span { border-color: rgb(43,158,154); }
td.TdClassName
{
border-color: #2B9E9A;
}
.TagClassName
{
border-color: #2B9E9A;
}
</style>