Shades of Java #2B999E
Tints of Java #2B999E
RGB
CMYK
RGB Variations
Color information
#2B999E (or 0x2B999E) is known color: Java. HEX triplet: 2B, 99 and 9E. RGB value is (43,153,158). Sum of RGB (Red+Green+Blue) = 43+153+158=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B999E is #D46661. Grayscale: #787878. Windows color (decimal): -13919842 or 10393899. OLE color: 10393899.
HSL color Cylindrical-coordinate representation of color #2B999E: hue angle of 182.61º 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 #2B999E is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 153 | 158 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.38 |
| HSL | 182.61º | 0.57% | 0.39% | - |
| HSV(B) | 182.61º | 0.73% | 0.62% | - |
| XYZ | 18.56 | 25.76 | 36.34 | - |
| YUV | 120.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 158 | 0.73 | 0.03 | 0 | 0.38 | 182.61 | 0.57 | 0.39 |
| Hex | 2B | 99 | 9E | 49 | 3 | 0 | 26 | B7 | 39 | 27 |
| Octal | 53 | 231 | 236 | 111 | 3 | 0 | 46 | 267 | 71 | 47 |
| Binary | 101011 | 10011001 | 10011110 | 1001001 | 11 | 0 | 100110 | 10110111 | 111001 | 100111 |
Color Harmonies of #2B999E
Complementary color
Monochromatic Colors of #2B999E
Black with #2B999E
Text Example
Text Example
White with #2B999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B999E; }
p { color: rgb(43,153,158); }
H1.HeaderClassName
{
color: #2B999E;
}
.AnyTagClassName
{
color: #2B999E;
}
</style>
background-color css
<style>
a { background-color: #2B999E; }
a { background-color: rgb(43,153,158); }
div.DivClassName
{
background-color: #2B999E;
}
.BgClassName
{
background-color: #2B999E;
}
</style>
border-color css
<style>
span { border-color: #2B999E; }
span { border-color: rgb(43,153,158); }
td.TdClassName
{
border-color: #2B999E;
}
.TagClassName
{
border-color: #2B999E;
}
</style>