Shades of Java #1BA196
Tints of Java #1BA196
RGB
CMYK
RGB Variations
Color information
#1BA196 (or 0x1BA196) is known color: Java. HEX triplet: 1B, A1 and 96. RGB value is (27,161,150). Sum of RGB (Red+Green+Blue) = 27+161+150=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA196 is #E45E69. Grayscale: #777777. Windows color (decimal): -14966378 or 9871643. OLE color: 9871643.
HSL color Cylindrical-coordinate representation of color #1BA196: hue angle of 175.07º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA196 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 161 | 150 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.37 |
| HSL | 175.07º | 0.71% | 0.37% | - |
| HSV(B) | 175.07º | 0.83% | 0.63% | - |
| XYZ | 18.7 | 27.92 | 33.26 | - |
| YUV | 119.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 150 | 0.83 | 0 | 0.07 | 0.37 | 175.07 | 0.71 | 0.37 |
| Hex | 1B | A1 | 96 | 53 | 0 | 7 | 25 | AF | 47 | 25 |
| Octal | 33 | 241 | 226 | 123 | 0 | 7 | 45 | 257 | 107 | 45 |
| Binary | 11011 | 10100001 | 10010110 | 1010011 | 0 | 111 | 100101 | 10101111 | 1000111 | 100101 |
Color Harmonies of #1BA196
Complementary color
Monochromatic Colors of #1BA196
Black with #1BA196
Text Example
Text Example
White with #1BA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA196; }
p { color: rgb(27,161,150); }
H1.HeaderClassName
{
color: #1BA196;
}
.AnyTagClassName
{
color: #1BA196;
}
</style>
background-color css
<style>
a { background-color: #1BA196; }
a { background-color: rgb(27,161,150); }
div.DivClassName
{
background-color: #1BA196;
}
.BgClassName
{
background-color: #1BA196;
}
</style>
border-color css
<style>
span { border-color: #1BA196; }
span { border-color: rgb(27,161,150); }
td.TdClassName
{
border-color: #1BA196;
}
.TagClassName
{
border-color: #1BA196;
}
</style>