Shades of Java #1B988E
Tints of Java #1B988E
RGB
CMYK
RGB Variations
Color information
#1B988E (or 0x1B988E) is known color: Java. HEX triplet: 1B, 98 and 8E. RGB value is (27,152,142). Sum of RGB (Red+Green+Blue) = 27+152+142=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #1B988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B988E is #E46771. Grayscale: #717171. Windows color (decimal): -14968690 or 9345051. OLE color: 9345051.
HSL color Cylindrical-coordinate representation of color #1B988E: hue angle of 175.2º 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 #1B988E is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 152 | 142 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.40 |
| HSL | 175.2º | 0.7% | 0.35% | - |
| HSV(B) | 175.2º | 0.82% | 0.6% | - |
| XYZ | 16.56 | 24.64 | 29.47 | - |
| YUV | 113.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 142 | 0.82 | 0 | 0.07 | 0.40 | 175.2 | 0.7 | 0.35 |
| Hex | 1B | 98 | 8E | 52 | 0 | 7 | 28 | AF | 46 | 23 |
| Octal | 33 | 230 | 216 | 122 | 0 | 7 | 50 | 257 | 106 | 43 |
| Binary | 11011 | 10011000 | 10001110 | 1010010 | 0 | 111 | 101000 | 10101111 | 1000110 | 100011 |
Color Harmonies of #1B988E
Complementary color
Monochromatic Colors of #1B988E
Black with #1B988E
Text Example
Text Example
White with #1B988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B988E; }
p { color: rgb(27,152,142); }
H1.HeaderClassName
{
color: #1B988E;
}
.AnyTagClassName
{
color: #1B988E;
}
</style>
background-color css
<style>
a { background-color: #1B988E; }
a { background-color: rgb(27,152,142); }
div.DivClassName
{
background-color: #1B988E;
}
.BgClassName
{
background-color: #1B988E;
}
</style>
border-color css
<style>
span { border-color: #1B988E; }
span { border-color: rgb(27,152,142); }
td.TdClassName
{
border-color: #1B988E;
}
.TagClassName
{
border-color: #1B988E;
}
</style>