Shades of Java #1B8E89
Tints of Java #1B8E89
RGB
CMYK
RGB Variations
Color information
#1B8E89 (or 0x1B8E89) is known color: Java. HEX triplet: 1B, 8E and 89. RGB value is (27,142,137). Sum of RGB (Red+Green+Blue) = 27+142+137=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #1B8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8E89 is #E47176. Grayscale: #6A6A6A. Windows color (decimal): -14971255 or 9014811. OLE color: 9014811.
HSL color Cylindrical-coordinate representation of color #1B8E89: hue angle of 177.39º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8E89 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 142 | 137 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.44 |
| HSL | 177.39º | 0.68% | 0.33% | - |
| HSV(B) | 177.39º | 0.81% | 0.56% | - |
| XYZ | 14.64 | 21.39 | 27.02 | - |
| YUV | 107.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 137 | 0.81 | 0 | 0.04 | 0.44 | 177.39 | 0.68 | 0.33 |
| Hex | 1B | 8E | 89 | 51 | 0 | 4 | 2C | B1 | 44 | 21 |
| Octal | 33 | 216 | 211 | 121 | 0 | 4 | 54 | 261 | 104 | 41 |
| Binary | 11011 | 10001110 | 10001001 | 1010001 | 0 | 100 | 101100 | 10110001 | 1000100 | 100001 |
Color Harmonies of #1B8E89
Complementary color
Monochromatic Colors of #1B8E89
Black with #1B8E89
Text Example
Text Example
White with #1B8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8E89; }
p { color: rgb(27,142,137); }
H1.HeaderClassName
{
color: #1B8E89;
}
.AnyTagClassName
{
color: #1B8E89;
}
</style>
background-color css
<style>
a { background-color: #1B8E89; }
a { background-color: rgb(27,142,137); }
div.DivClassName
{
background-color: #1B8E89;
}
.BgClassName
{
background-color: #1B8E89;
}
</style>
border-color css
<style>
span { border-color: #1B8E89; }
span { border-color: rgb(27,142,137); }
td.TdClassName
{
border-color: #1B8E89;
}
.TagClassName
{
border-color: #1B8E89;
}
</style>