Shades of Java #1B9B9A
Tints of Java #1B9B9A
RGB
CMYK
RGB Variations
Color information
#1B9B9A (or 0x1B9B9A) is known color: Java. HEX triplet: 1B, 9B and 9A. RGB value is (27,155,154). Sum of RGB (Red+Green+Blue) = 27+155+154=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #1B9B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9B9A is #E46465. Grayscale: #747474. Windows color (decimal): -14967910 or 10132251. OLE color: 10132251.
HSL color Cylindrical-coordinate representation of color #1B9B9A: hue angle of 179.53º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9B9A is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 155 | 154 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.39 |
| HSL | 179.53º | 0.7% | 0.36% | - |
| HSV(B) | 179.53º | 0.83% | 0.61% | - |
| XYZ | 18.01 | 26.01 | 34.64 | - |
| YUV | 116.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 155 | 154 | 0.83 | 0 | 0.01 | 0.39 | 179.53 | 0.7 | 0.36 |
| Hex | 1B | 9B | 9A | 53 | 0 | 1 | 27 | B4 | 46 | 24 |
| Octal | 33 | 233 | 232 | 123 | 0 | 1 | 47 | 264 | 106 | 44 |
| Binary | 11011 | 10011011 | 10011010 | 1010011 | 0 | 1 | 100111 | 10110100 | 1000110 | 100100 |
Color Harmonies of #1B9B9A
Complementary color
Monochromatic Colors of #1B9B9A
Black with #1B9B9A
Text Example
Text Example
White with #1B9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9B9A; }
p { color: rgb(27,155,154); }
H1.HeaderClassName
{
color: #1B9B9A;
}
.AnyTagClassName
{
color: #1B9B9A;
}
</style>
background-color css
<style>
a { background-color: #1B9B9A; }
a { background-color: rgb(27,155,154); }
div.DivClassName
{
background-color: #1B9B9A;
}
.BgClassName
{
background-color: #1B9B9A;
}
</style>
border-color css
<style>
span { border-color: #1B9B9A; }
span { border-color: rgb(27,155,154); }
td.TdClassName
{
border-color: #1B9B9A;
}
.TagClassName
{
border-color: #1B9B9A;
}
</style>