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