Shades of Java #1B9E94
Tints of Java #1B9E94
RGB
CMYK
RGB Variations
Color information
#1B9E94 (or 0x1B9E94) is known color: Java. HEX triplet: 1B, 9E and 94. RGB value is (27,158,148). Sum of RGB (Red+Green+Blue) = 27+158+148=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #1B9E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9E94 is #E4616B. Grayscale: #757575. Windows color (decimal): -14967148 or 9739803. OLE color: 9739803.
HSL color Cylindrical-coordinate representation of color #1B9E94: hue angle of 175.42º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9E94 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 158 | 148 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.38 |
| HSL | 175.42º | 0.71% | 0.36% | - |
| HSV(B) | 175.42º | 0.83% | 0.62% | - |
| XYZ | 18.02 | 26.82 | 32.24 | - |
| YUV | 117.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 148 | 0.83 | 0 | 0.06 | 0.38 | 175.42 | 0.71 | 0.36 |
| Hex | 1B | 9E | 94 | 53 | 0 | 6 | 26 | AF | 47 | 24 |
| Octal | 33 | 236 | 224 | 123 | 0 | 6 | 46 | 257 | 107 | 44 |
| Binary | 11011 | 10011110 | 10010100 | 1010011 | 0 | 110 | 100110 | 10101111 | 1000111 | 100100 |
Color Harmonies of #1B9E94
Complementary color
Monochromatic Colors of #1B9E94
Black with #1B9E94
Text Example
Text Example
White with #1B9E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9E94; }
p { color: rgb(27,158,148); }
H1.HeaderClassName
{
color: #1B9E94;
}
.AnyTagClassName
{
color: #1B9E94;
}
</style>
background-color css
<style>
a { background-color: #1B9E94; }
a { background-color: rgb(27,158,148); }
div.DivClassName
{
background-color: #1B9E94;
}
.BgClassName
{
background-color: #1B9E94;
}
</style>
border-color css
<style>
span { border-color: #1B9E94; }
span { border-color: rgb(27,158,148); }
td.TdClassName
{
border-color: #1B9E94;
}
.TagClassName
{
border-color: #1B9E94;
}
</style>