Shades of Java #1B958B
Tints of Java #1B958B
RGB
CMYK
RGB Variations
Color information
#1B958B (or 0x1B958B) is known color: Java. HEX triplet: 1B, 95 and 8B. RGB value is (27,149,139). Sum of RGB (Red+Green+Blue) = 27+149+139=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #1B958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B958B is #E46A74. Grayscale: #6F6F6F. Windows color (decimal): -14969461 or 9147675. OLE color: 9147675.
HSL color Cylindrical-coordinate representation of color #1B958B: hue angle of 175.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B958B is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 139 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.42 |
| HSL | 175.08º | 0.69% | 0.35% | - |
| HSV(B) | 175.08º | 0.82% | 0.58% | - |
| XYZ | 15.86 | 23.59 | 28.14 | - |
| YUV | 111.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 139 | 0.82 | 0 | 0.07 | 0.42 | 175.08 | 0.69 | 0.35 |
| Hex | 1B | 95 | 8B | 52 | 0 | 7 | 2A | AF | 45 | 23 |
| Octal | 33 | 225 | 213 | 122 | 0 | 7 | 52 | 257 | 105 | 43 |
| Binary | 11011 | 10010101 | 10001011 | 1010010 | 0 | 111 | 101010 | 10101111 | 1000101 | 100011 |
Color Harmonies of #1B958B
Complementary color
Monochromatic Colors of #1B958B
Black with #1B958B
Text Example
Text Example
White with #1B958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B958B; }
p { color: rgb(27,149,139); }
H1.HeaderClassName
{
color: #1B958B;
}
.AnyTagClassName
{
color: #1B958B;
}
</style>
background-color css
<style>
a { background-color: #1B958B; }
a { background-color: rgb(27,149,139); }
div.DivClassName
{
background-color: #1B958B;
}
.BgClassName
{
background-color: #1B958B;
}
</style>
border-color css
<style>
span { border-color: #1B958B; }
span { border-color: rgb(27,149,139); }
td.TdClassName
{
border-color: #1B958B;
}
.TagClassName
{
border-color: #1B958B;
}
</style>