Shades of Java #2B9E9B
Tints of Java #2B9E9B
RGB
CMYK
RGB Variations
Color information
#2B9E9B (or 0x2B9E9B) is known color: Java. HEX triplet: 2B, 9E and 9B. RGB value is (43,158,155). Sum of RGB (Red+Green+Blue) = 43+158+155=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E9B is #D46164. Grayscale: #7B7B7B. Windows color (decimal): -13918565 or 10198571. OLE color: 10198571.
HSL color Cylindrical-coordinate representation of color #2B9E9B: hue angle of 178.43º 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 #2B9E9B is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 155 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.38 |
| HSL | 178.43º | 0.57% | 0.39% | - |
| HSV(B) | 178.43º | 0.73% | 0.62% | - |
| XYZ | 19.14 | 27.33 | 35.28 | - |
| YUV | 123.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 155 | 0.73 | 0 | 0.02 | 0.38 | 178.43 | 0.57 | 0.39 |
| Hex | 2B | 9E | 9B | 49 | 0 | 2 | 26 | B2 | 39 | 27 |
| Octal | 53 | 236 | 233 | 111 | 0 | 2 | 46 | 262 | 71 | 47 |
| Binary | 101011 | 10011110 | 10011011 | 1001001 | 0 | 10 | 100110 | 10110010 | 111001 | 100111 |
Color Harmonies of #2B9E9B
Complementary color
Monochromatic Colors of #2B9E9B
Black with #2B9E9B
Text Example
Text Example
White with #2B9E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E9B; }
p { color: rgb(43,158,155); }
H1.HeaderClassName
{
color: #2B9E9B;
}
.AnyTagClassName
{
color: #2B9E9B;
}
</style>
background-color css
<style>
a { background-color: #2B9E9B; }
a { background-color: rgb(43,158,155); }
div.DivClassName
{
background-color: #2B9E9B;
}
.BgClassName
{
background-color: #2B9E9B;
}
</style>
border-color css
<style>
span { border-color: #2B9E9B; }
span { border-color: rgb(43,158,155); }
td.TdClassName
{
border-color: #2B9E9B;
}
.TagClassName
{
border-color: #2B9E9B;
}
</style>