Shades of Java #2B8C8B
Tints of Java #2B8C8B
RGB
CMYK
RGB Variations
Color information
#2B8C8B (or 0x2B8C8B) is known color: Java. HEX triplet: 2B, 8C and 8B. RGB value is (43,140,139). Sum of RGB (Red+Green+Blue) = 43+140+139=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8C8B is #D47374. Grayscale: #6E6E6E. Windows color (decimal): -13923189 or 9145387. OLE color: 9145387.
HSL color Cylindrical-coordinate representation of color #2B8C8B: hue angle of 179.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C8B is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 139 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.45 |
| HSL | 179.38º | 0.53% | 0.36% | - |
| HSV(B) | 179.38º | 0.69% | 0.55% | - |
| XYZ | 15.03 | 21.13 | 27.71 | - |
| YUV | 110.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 139 | 0.69 | 0 | 0.01 | 0.45 | 179.38 | 0.53 | 0.36 |
| Hex | 2B | 8C | 8B | 45 | 0 | 1 | 2D | B3 | 35 | 24 |
| Octal | 53 | 214 | 213 | 105 | 0 | 1 | 55 | 263 | 65 | 44 |
| Binary | 101011 | 10001100 | 10001011 | 1000101 | 0 | 1 | 101101 | 10110011 | 110101 | 100100 |
Color Harmonies of #2B8C8B
Complementary color
Monochromatic Colors of #2B8C8B
Black with #2B8C8B
Text Example
Text Example
White with #2B8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C8B; }
p { color: rgb(43,140,139); }
H1.HeaderClassName
{
color: #2B8C8B;
}
.AnyTagClassName
{
color: #2B8C8B;
}
</style>
background-color css
<style>
a { background-color: #2B8C8B; }
a { background-color: rgb(43,140,139); }
div.DivClassName
{
background-color: #2B8C8B;
}
.BgClassName
{
background-color: #2B8C8B;
}
</style>
border-color css
<style>
span { border-color: #2B8C8B; }
span { border-color: rgb(43,140,139); }
td.TdClassName
{
border-color: #2B8C8B;
}
.TagClassName
{
border-color: #2B8C8B;
}
</style>