Shades of Java #1BA495
Tints of Java #1BA495
RGB
CMYK
RGB Variations
Color information
#1BA495 (or 0x1BA495) is known color: Java. HEX triplet: 1B, A4 and 95. RGB value is (27,164,149). Sum of RGB (Red+Green+Blue) = 27+164+149=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA495 is #E45B6A. Grayscale: #797979. Windows color (decimal): -14965611 or 9806875. OLE color: 9806875.
HSL color Cylindrical-coordinate representation of color #1BA495: hue angle of 173.43º 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 #1BA495 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 149 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.36 |
| HSL | 173.43º | 0.72% | 0.37% | - |
| HSV(B) | 173.43º | 0.84% | 0.64% | - |
| XYZ | 19.15 | 28.95 | 33.01 | - |
| YUV | 121.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 149 | 0.84 | 0 | 0.09 | 0.36 | 173.43 | 0.72 | 0.37 |
| Hex | 1B | A4 | 95 | 54 | 0 | 9 | 24 | AD | 48 | 25 |
| Octal | 33 | 244 | 225 | 124 | 0 | 11 | 44 | 255 | 110 | 45 |
| Binary | 11011 | 10100100 | 10010101 | 1010100 | 0 | 1001 | 100100 | 10101101 | 1001000 | 100101 |
Color Harmonies of #1BA495
Complementary color
Monochromatic Colors of #1BA495
Black with #1BA495
Text Example
Text Example
White with #1BA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA495; }
p { color: rgb(27,164,149); }
H1.HeaderClassName
{
color: #1BA495;
}
.AnyTagClassName
{
color: #1BA495;
}
</style>
background-color css
<style>
a { background-color: #1BA495; }
a { background-color: rgb(27,164,149); }
div.DivClassName
{
background-color: #1BA495;
}
.BgClassName
{
background-color: #1BA495;
}
</style>
border-color css
<style>
span { border-color: #1BA495; }
span { border-color: rgb(27,164,149); }
td.TdClassName
{
border-color: #1BA495;
}
.TagClassName
{
border-color: #1BA495;
}
</style>