Shades of Java #1B8C94
Tints of Java #1B8C94
RGB
CMYK
RGB Variations
Color information
#1B8C94 (or 0x1B8C94) is known color: Java. HEX triplet: 1B, 8C and 94. RGB value is (27,140,148). Sum of RGB (Red+Green+Blue) = 27+140+148=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B8C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8C94 is #E4736B. Grayscale: #6A6A6A. Windows color (decimal): -14971756 or 9735195. OLE color: 9735195.
HSL color Cylindrical-coordinate representation of color #1B8C94: hue angle of 183.97º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8C94 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 140 | 148 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.42 |
| HSL | 183.97º | 0.69% | 0.34% | - |
| HSV(B) | 183.97º | 0.82% | 0.58% | - |
| XYZ | 15.18 | 21.13 | 31.3 | - |
| YUV | 107.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 148 | 0.82 | 0.05 | 0 | 0.42 | 183.97 | 0.69 | 0.34 |
| Hex | 1B | 8C | 94 | 52 | 5 | 0 | 2A | B8 | 45 | 22 |
| Octal | 33 | 214 | 224 | 122 | 5 | 0 | 52 | 270 | 105 | 42 |
| Binary | 11011 | 10001100 | 10010100 | 1010010 | 101 | 0 | 101010 | 10111000 | 1000101 | 100010 |
Color Harmonies of #1B8C94
Complementary color
Monochromatic Colors of #1B8C94
Black with #1B8C94
Text Example
Text Example
White with #1B8C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8C94; }
p { color: rgb(27,140,148); }
H1.HeaderClassName
{
color: #1B8C94;
}
.AnyTagClassName
{
color: #1B8C94;
}
</style>
background-color css
<style>
a { background-color: #1B8C94; }
a { background-color: rgb(27,140,148); }
div.DivClassName
{
background-color: #1B8C94;
}
.BgClassName
{
background-color: #1B8C94;
}
</style>
border-color css
<style>
span { border-color: #1B8C94; }
span { border-color: rgb(27,140,148); }
td.TdClassName
{
border-color: #1B8C94;
}
.TagClassName
{
border-color: #1B8C94;
}
</style>