Shades of Java #1BA19D
Tints of Java #1BA19D
RGB
CMYK
RGB Variations
Color information
#1BA19D (or 0x1BA19D) is known color: Java. HEX triplet: 1B, A1 and 9D. RGB value is (27,161,157). Sum of RGB (Red+Green+Blue) = 27+161+157=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA19D is #E45E62. Grayscale: #787878. Windows color (decimal): -14966371 or 10330395. OLE color: 10330395.
HSL color Cylindrical-coordinate representation of color #1BA19D: hue angle of 178.21º 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 #1BA19D is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 161 | 157 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.37 |
| HSL | 178.21º | 0.71% | 0.37% | - |
| HSV(B) | 178.21º | 0.83% | 0.63% | - |
| XYZ | 19.28 | 28.16 | 36.32 | - |
| YUV | 120.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 157 | 0.83 | 0 | 0.02 | 0.37 | 178.21 | 0.71 | 0.37 |
| Hex | 1B | A1 | 9D | 53 | 0 | 2 | 25 | B2 | 47 | 25 |
| Octal | 33 | 241 | 235 | 123 | 0 | 2 | 45 | 262 | 107 | 45 |
| Binary | 11011 | 10100001 | 10011101 | 1010011 | 0 | 10 | 100101 | 10110010 | 1000111 | 100101 |
Color Harmonies of #1BA19D
Complementary color
Monochromatic Colors of #1BA19D
Black with #1BA19D
Text Example
Text Example
White with #1BA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA19D; }
p { color: rgb(27,161,157); }
H1.HeaderClassName
{
color: #1BA19D;
}
.AnyTagClassName
{
color: #1BA19D;
}
</style>
background-color css
<style>
a { background-color: #1BA19D; }
a { background-color: rgb(27,161,157); }
div.DivClassName
{
background-color: #1BA19D;
}
.BgClassName
{
background-color: #1BA19D;
}
</style>
border-color css
<style>
span { border-color: #1BA19D; }
span { border-color: rgb(27,161,157); }
td.TdClassName
{
border-color: #1BA19D;
}
.TagClassName
{
border-color: #1BA19D;
}
</style>