Shades of Java #1B9792
Tints of Java #1B9792
RGB
CMYK
RGB Variations
Color information
#1B9792 (or 0x1B9792) is known color: Java. HEX triplet: 1B, 97 and 92. RGB value is (27,151,146). Sum of RGB (Red+Green+Blue) = 27+151+146=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #1B9792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9792 is #E4686D. Grayscale: #717171. Windows color (decimal): -14968942 or 9606939. OLE color: 9606939.
HSL color Cylindrical-coordinate representation of color #1B9792: hue angle of 177.58º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9792 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 151 | 146 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.41 |
| HSL | 177.58º | 0.7% | 0.35% | - |
| HSV(B) | 177.58º | 0.82% | 0.59% | - |
| XYZ | 16.71 | 24.44 | 31.03 | - |
| YUV | 113.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 151 | 146 | 0.82 | 0 | 0.03 | 0.41 | 177.58 | 0.7 | 0.35 |
| Hex | 1B | 97 | 92 | 52 | 0 | 3 | 29 | B2 | 46 | 23 |
| Octal | 33 | 227 | 222 | 122 | 0 | 3 | 51 | 262 | 106 | 43 |
| Binary | 11011 | 10010111 | 10010010 | 1010010 | 0 | 11 | 101001 | 10110010 | 1000110 | 100011 |
Color Harmonies of #1B9792
Complementary color
Monochromatic Colors of #1B9792
Black with #1B9792
Text Example
Text Example
White with #1B9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9792; }
p { color: rgb(27,151,146); }
H1.HeaderClassName
{
color: #1B9792;
}
.AnyTagClassName
{
color: #1B9792;
}
</style>
background-color css
<style>
a { background-color: #1B9792; }
a { background-color: rgb(27,151,146); }
div.DivClassName
{
background-color: #1B9792;
}
.BgClassName
{
background-color: #1B9792;
}
</style>
border-color css
<style>
span { border-color: #1B9792; }
span { border-color: rgb(27,151,146); }
td.TdClassName
{
border-color: #1B9792;
}
.TagClassName
{
border-color: #1B9792;
}
</style>