Shades of Java #2B8F96
Tints of Java #2B8F96
RGB
CMYK
RGB Variations
Color information
#2B8F96 (or 0x2B8F96) is known color: Java. HEX triplet: 2B, 8F and 96. RGB value is (43,143,150). Sum of RGB (Red+Green+Blue) = 43+143+150=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B8F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8F96 is #D47069. Grayscale: #717171. Windows color (decimal): -13922410 or 9867051. OLE color: 9867051.
HSL color Cylindrical-coordinate representation of color #2B8F96: hue angle of 183.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8F96 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 143 | 150 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.41 |
| HSL | 183.93º | 0.55% | 0.38% | - |
| HSV(B) | 183.93º | 0.71% | 0.59% | - |
| XYZ | 16.32 | 22.36 | 32.31 | - |
| YUV | 113.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 150 | 0.71 | 0.05 | 0 | 0.41 | 183.93 | 0.55 | 0.38 |
| Hex | 2B | 8F | 96 | 47 | 5 | 0 | 29 | B8 | 37 | 26 |
| Octal | 53 | 217 | 226 | 107 | 5 | 0 | 51 | 270 | 67 | 46 |
| Binary | 101011 | 10001111 | 10010110 | 1000111 | 101 | 0 | 101001 | 10111000 | 110111 | 100110 |
Color Harmonies of #2B8F96
Complementary color
Monochromatic Colors of #2B8F96
Black with #2B8F96
Text Example
Text Example
White with #2B8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F96; }
p { color: rgb(43,143,150); }
H1.HeaderClassName
{
color: #2B8F96;
}
.AnyTagClassName
{
color: #2B8F96;
}
</style>
background-color css
<style>
a { background-color: #2B8F96; }
a { background-color: rgb(43,143,150); }
div.DivClassName
{
background-color: #2B8F96;
}
.BgClassName
{
background-color: #2B8F96;
}
</style>
border-color css
<style>
span { border-color: #2B8F96; }
span { border-color: rgb(43,143,150); }
td.TdClassName
{
border-color: #2B8F96;
}
.TagClassName
{
border-color: #2B8F96;
}
</style>