Shades of Java #1B9B8E
Tints of Java #1B9B8E
RGB
CMYK
RGB Variations
Color information
#1B9B8E (or 0x1B9B8E) is known color: Java. HEX triplet: 1B, 9B and 8E. RGB value is (27,155,142). Sum of RGB (Red+Green+Blue) = 27+155+142=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #1B9B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9B8E is #E46471. Grayscale: #737373. Windows color (decimal): -14967922 or 9345819. OLE color: 9345819.
HSL color Cylindrical-coordinate representation of color #1B9B8E: hue angle of 173.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9B8E is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 155 | 142 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.39 |
| HSL | 173.91º | 0.7% | 0.36% | - |
| HSV(B) | 173.91º | 0.83% | 0.61% | - |
| XYZ | 17.06 | 25.63 | 29.64 | - |
| YUV | 115.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 155 | 142 | 0.83 | 0 | 0.08 | 0.39 | 173.91 | 0.7 | 0.36 |
| Hex | 1B | 9B | 8E | 53 | 0 | 8 | 27 | AE | 46 | 24 |
| Octal | 33 | 233 | 216 | 123 | 0 | 10 | 47 | 256 | 106 | 44 |
| Binary | 11011 | 10011011 | 10001110 | 1010011 | 0 | 1000 | 100111 | 10101110 | 1000110 | 100100 |
Color Harmonies of #1B9B8E
Complementary color
Monochromatic Colors of #1B9B8E
Black with #1B9B8E
Text Example
Text Example
White with #1B9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9B8E; }
p { color: rgb(27,155,142); }
H1.HeaderClassName
{
color: #1B9B8E;
}
.AnyTagClassName
{
color: #1B9B8E;
}
</style>
background-color css
<style>
a { background-color: #1B9B8E; }
a { background-color: rgb(27,155,142); }
div.DivClassName
{
background-color: #1B9B8E;
}
.BgClassName
{
background-color: #1B9B8E;
}
</style>
border-color css
<style>
span { border-color: #1B9B8E; }
span { border-color: rgb(27,155,142); }
td.TdClassName
{
border-color: #1B9B8E;
}
.TagClassName
{
border-color: #1B9B8E;
}
</style>