Shades of Java #1B9A8E
Tints of Java #1B9A8E
RGB
CMYK
RGB Variations
Color information
#1B9A8E (or 0x1B9A8E) is known color: Java. HEX triplet: 1B, 9A and 8E. RGB value is (27,154,142). Sum of RGB (Red+Green+Blue) = 27+154+142=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #1B9A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9A8E is #E46571. Grayscale: #727272. Windows color (decimal): -14968178 or 9345563. OLE color: 9345563.
HSL color Cylindrical-coordinate representation of color #1B9A8E: hue angle of 174.33º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9A8E is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 154 | 142 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.40 |
| HSL | 174.33º | 0.7% | 0.35% | - |
| HSV(B) | 174.33º | 0.82% | 0.6% | - |
| XYZ | 16.89 | 25.3 | 29.58 | - |
| YUV | 114.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 142 | 0.82 | 0 | 0.08 | 0.40 | 174.33 | 0.7 | 0.35 |
| Hex | 1B | 9A | 8E | 52 | 0 | 8 | 28 | AE | 46 | 23 |
| Octal | 33 | 232 | 216 | 122 | 0 | 10 | 50 | 256 | 106 | 43 |
| Binary | 11011 | 10011010 | 10001110 | 1010010 | 0 | 1000 | 101000 | 10101110 | 1000110 | 100011 |
Color Harmonies of #1B9A8E
Complementary color
Monochromatic Colors of #1B9A8E
Black with #1B9A8E
Text Example
Text Example
White with #1B9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9A8E; }
p { color: rgb(27,154,142); }
H1.HeaderClassName
{
color: #1B9A8E;
}
.AnyTagClassName
{
color: #1B9A8E;
}
</style>
background-color css
<style>
a { background-color: #1B9A8E; }
a { background-color: rgb(27,154,142); }
div.DivClassName
{
background-color: #1B9A8E;
}
.BgClassName
{
background-color: #1B9A8E;
}
</style>
border-color css
<style>
span { border-color: #1B9A8E; }
span { border-color: rgb(27,154,142); }
td.TdClassName
{
border-color: #1B9A8E;
}
.TagClassName
{
border-color: #1B9A8E;
}
</style>