Shades of Java #1BA498
Tints of Java #1BA498
RGB
CMYK
RGB Variations
Color information
#1BA498 (or 0x1BA498) is known color: Java. HEX triplet: 1B, A4 and 98. RGB value is (27,164,152). Sum of RGB (Red+Green+Blue) = 27+164+152=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA498 is #E45B67. Grayscale: #797979. Windows color (decimal): -14965608 or 10003483. OLE color: 10003483.
HSL color Cylindrical-coordinate representation of color #1BA498: hue angle of 174.74º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA498 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 152 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.36 |
| HSL | 174.74º | 0.72% | 0.37% | - |
| HSV(B) | 174.74º | 0.84% | 0.64% | - |
| XYZ | 19.39 | 29.05 | 34.29 | - |
| YUV | 121.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 152 | 0.84 | 0 | 0.07 | 0.36 | 174.74 | 0.72 | 0.37 |
| Hex | 1B | A4 | 98 | 54 | 0 | 7 | 24 | AF | 48 | 25 |
| Octal | 33 | 244 | 230 | 124 | 0 | 7 | 44 | 257 | 110 | 45 |
| Binary | 11011 | 10100100 | 10011000 | 1010100 | 0 | 111 | 100100 | 10101111 | 1001000 | 100101 |
Color Harmonies of #1BA498
Complementary color
Monochromatic Colors of #1BA498
Black with #1BA498
Text Example
Text Example
White with #1BA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA498; }
p { color: rgb(27,164,152); }
H1.HeaderClassName
{
color: #1BA498;
}
.AnyTagClassName
{
color: #1BA498;
}
</style>
background-color css
<style>
a { background-color: #1BA498; }
a { background-color: rgb(27,164,152); }
div.DivClassName
{
background-color: #1BA498;
}
.BgClassName
{
background-color: #1BA498;
}
</style>
border-color css
<style>
span { border-color: #1BA498; }
span { border-color: rgb(27,164,152); }
td.TdClassName
{
border-color: #1BA498;
}
.TagClassName
{
border-color: #1BA498;
}
</style>