Shades of Java #1B9488
Tints of Java #1B9488
RGB
CMYK
RGB Variations
Color information
#1B9488 (or 0x1B9488) is known color: Java. HEX triplet: 1B, 94 and 88. RGB value is (27,148,136). Sum of RGB (Red+Green+Blue) = 27+148+136=311 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.68% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9488 is #E46B77. Grayscale: #6E6E6E. Windows color (decimal): -14969720 or 8950811. OLE color: 8950811.
HSL color Cylindrical-coordinate representation of color #1B9488: hue angle of 174.05º 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 #1B9488 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 136 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.42 |
| HSL | 174.05º | 0.69% | 0.34% | - |
| HSV(B) | 174.05º | 0.82% | 0.58% | - |
| XYZ | 15.49 | 23.19 | 26.95 | - |
| YUV | 110.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 136 | 0.82 | 0 | 0.08 | 0.42 | 174.05 | 0.69 | 0.34 |
| Hex | 1B | 94 | 88 | 52 | 0 | 8 | 2A | AE | 45 | 22 |
| Octal | 33 | 224 | 210 | 122 | 0 | 10 | 52 | 256 | 105 | 42 |
| Binary | 11011 | 10010100 | 10001000 | 1010010 | 0 | 1000 | 101010 | 10101110 | 1000101 | 100010 |
Color Harmonies of #1B9488
Complementary color
Monochromatic Colors of #1B9488
Black with #1B9488
Text Example
Text Example
White with #1B9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9488; }
p { color: rgb(27,148,136); }
H1.HeaderClassName
{
color: #1B9488;
}
.AnyTagClassName
{
color: #1B9488;
}
</style>
background-color css
<style>
a { background-color: #1B9488; }
a { background-color: rgb(27,148,136); }
div.DivClassName
{
background-color: #1B9488;
}
.BgClassName
{
background-color: #1B9488;
}
</style>
border-color css
<style>
span { border-color: #1B9488; }
span { border-color: rgb(27,148,136); }
td.TdClassName
{
border-color: #1B9488;
}
.TagClassName
{
border-color: #1B9488;
}
</style>