Shades of Java #2B9C98
Tints of Java #2B9C98
RGB
CMYK
RGB Variations
Color information
#2B9C98 (or 0x2B9C98) is known color: Java. HEX triplet: 2B, 9C and 98. RGB value is (43,156,152). Sum of RGB (Red+Green+Blue) = 43+156+152=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9C98 is #D46367. Grayscale: #797979. Windows color (decimal): -13919080 or 10001451. OLE color: 10001451.
HSL color Cylindrical-coordinate representation of color #2B9C98: hue angle of 177.88º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C98 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 152 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.39 |
| HSL | 177.88º | 0.57% | 0.39% | - |
| HSV(B) | 177.88º | 0.72% | 0.61% | - |
| XYZ | 18.55 | 26.56 | 33.85 | - |
| YUV | 121.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 152 | 0.72 | 0 | 0.03 | 0.39 | 177.88 | 0.57 | 0.39 |
| Hex | 2B | 9C | 98 | 48 | 0 | 3 | 27 | B2 | 39 | 27 |
| Octal | 53 | 234 | 230 | 110 | 0 | 3 | 47 | 262 | 71 | 47 |
| Binary | 101011 | 10011100 | 10011000 | 1001000 | 0 | 11 | 100111 | 10110010 | 111001 | 100111 |
Color Harmonies of #2B9C98
Complementary color
Monochromatic Colors of #2B9C98
Black with #2B9C98
Text Example
Text Example
White with #2B9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C98; }
p { color: rgb(43,156,152); }
H1.HeaderClassName
{
color: #2B9C98;
}
.AnyTagClassName
{
color: #2B9C98;
}
</style>
background-color css
<style>
a { background-color: #2B9C98; }
a { background-color: rgb(43,156,152); }
div.DivClassName
{
background-color: #2B9C98;
}
.BgClassName
{
background-color: #2B9C98;
}
</style>
border-color css
<style>
span { border-color: #2B9C98; }
span { border-color: rgb(43,156,152); }
td.TdClassName
{
border-color: #2B9C98;
}
.TagClassName
{
border-color: #2B9C98;
}
</style>