Shades of Java #1B958E
Tints of Java #1B958E
RGB
CMYK
RGB Variations
Color information
#1B958E (or 0x1B958E) is known color: Java. HEX triplet: 1B, 95 and 8E. RGB value is (27,149,142). Sum of RGB (Red+Green+Blue) = 27+149+142=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #1B958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B958E is #E46A71. Grayscale: #6F6F6F. Windows color (decimal): -14969458 or 9344283. OLE color: 9344283.
HSL color Cylindrical-coordinate representation of color #1B958E: hue angle of 176.56º 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 #1B958E is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 142 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.42 |
| HSL | 176.56º | 0.69% | 0.35% | - |
| HSV(B) | 176.56º | 0.82% | 0.58% | - |
| XYZ | 16.08 | 23.68 | 29.31 | - |
| YUV | 111.72 | 145.08 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 142 | 0.82 | 0 | 0.05 | 0.42 | 176.56 | 0.69 | 0.35 |
| Hex | 1B | 95 | 8E | 52 | 0 | 5 | 2A | B1 | 45 | 23 |
| Octal | 33 | 225 | 216 | 122 | 0 | 5 | 52 | 261 | 105 | 43 |
| Binary | 11011 | 10010101 | 10001110 | 1010010 | 0 | 101 | 101010 | 10110001 | 1000101 | 100011 |
Color Harmonies of #1B958E
Complementary color
Monochromatic Colors of #1B958E
Black with #1B958E
Text Example
Text Example
White with #1B958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B958E; }
p { color: rgb(27,149,142); }
H1.HeaderClassName
{
color: #1B958E;
}
.AnyTagClassName
{
color: #1B958E;
}
</style>
background-color css
<style>
a { background-color: #1B958E; }
a { background-color: rgb(27,149,142); }
div.DivClassName
{
background-color: #1B958E;
}
.BgClassName
{
background-color: #1B958E;
}
</style>
border-color css
<style>
span { border-color: #1B958E; }
span { border-color: rgb(27,149,142); }
td.TdClassName
{
border-color: #1B958E;
}
.TagClassName
{
border-color: #1B958E;
}
</style>