Shades of Java #1B9C9A
Tints of Java #1B9C9A
RGB
CMYK
RGB Variations
Color information
#1B9C9A (or 0x1B9C9A) is known color: Java. HEX triplet: 1B, 9C and 9A. RGB value is (27,156,154). Sum of RGB (Red+Green+Blue) = 27+156+154=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9C9A is #E46365. Grayscale: #757575. Windows color (decimal): -14967654 or 10132507. OLE color: 10132507.
HSL color Cylindrical-coordinate representation of color #1B9C9A: hue angle of 179.07º 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 #1B9C9A is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 156 | 154 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.39 |
| HSL | 179.07º | 0.7% | 0.36% | - |
| HSV(B) | 179.07º | 0.83% | 0.61% | - |
| XYZ | 18.17 | 26.34 | 34.7 | - |
| YUV | 117.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 154 | 0.83 | 0 | 0.01 | 0.39 | 179.07 | 0.7 | 0.36 |
| Hex | 1B | 9C | 9A | 53 | 0 | 1 | 27 | B3 | 46 | 24 |
| Octal | 33 | 234 | 232 | 123 | 0 | 1 | 47 | 263 | 106 | 44 |
| Binary | 11011 | 10011100 | 10011010 | 1010011 | 0 | 1 | 100111 | 10110011 | 1000110 | 100100 |
Color Harmonies of #1B9C9A
Complementary color
Monochromatic Colors of #1B9C9A
Black with #1B9C9A
Text Example
Text Example
White with #1B9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9C9A; }
p { color: rgb(27,156,154); }
H1.HeaderClassName
{
color: #1B9C9A;
}
.AnyTagClassName
{
color: #1B9C9A;
}
</style>
background-color css
<style>
a { background-color: #1B9C9A; }
a { background-color: rgb(27,156,154); }
div.DivClassName
{
background-color: #1B9C9A;
}
.BgClassName
{
background-color: #1B9C9A;
}
</style>
border-color css
<style>
span { border-color: #1B9C9A; }
span { border-color: rgb(27,156,154); }
td.TdClassName
{
border-color: #1B9C9A;
}
.TagClassName
{
border-color: #1B9C9A;
}
</style>