Shades of Java #1B948B
Tints of Java #1B948B
RGB
CMYK
RGB Variations
Color information
#1B948B (or 0x1B948B) is known color: Java. HEX triplet: 1B, 94 and 8B. RGB value is (27,148,139). Sum of RGB (Red+Green+Blue) = 27+148+139=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #1B948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B948B is #E46B74. Grayscale: #6E6E6E. Windows color (decimal): -14969717 or 9147419. OLE color: 9147419.
HSL color Cylindrical-coordinate representation of color #1B948B: hue angle of 175.54º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B948B is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 139 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.42 |
| HSL | 175.54º | 0.69% | 0.34% | - |
| HSV(B) | 175.54º | 0.82% | 0.58% | - |
| XYZ | 15.7 | 23.28 | 28.09 | - |
| YUV | 110.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 139 | 0.82 | 0 | 0.06 | 0.42 | 175.54 | 0.69 | 0.34 |
| Hex | 1B | 94 | 8B | 52 | 0 | 6 | 2A | B0 | 45 | 22 |
| Octal | 33 | 224 | 213 | 122 | 0 | 6 | 52 | 260 | 105 | 42 |
| Binary | 11011 | 10010100 | 10001011 | 1010010 | 0 | 110 | 101010 | 10110000 | 1000101 | 100010 |
Color Harmonies of #1B948B
Complementary color
Monochromatic Colors of #1B948B
Black with #1B948B
Text Example
Text Example
White with #1B948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B948B; }
p { color: rgb(27,148,139); }
H1.HeaderClassName
{
color: #1B948B;
}
.AnyTagClassName
{
color: #1B948B;
}
</style>
background-color css
<style>
a { background-color: #1B948B; }
a { background-color: rgb(27,148,139); }
div.DivClassName
{
background-color: #1B948B;
}
.BgClassName
{
background-color: #1B948B;
}
</style>
border-color css
<style>
span { border-color: #1B948B; }
span { border-color: rgb(27,148,139); }
td.TdClassName
{
border-color: #1B948B;
}
.TagClassName
{
border-color: #1B948B;
}
</style>