Shades of Java #1B8B8A
Tints of Java #1B8B8A
RGB
CMYK
RGB Variations
Color information
#1B8B8A (or 0x1B8B8A) is known color: Java. HEX triplet: 1B, 8B and 8A. RGB value is (27,139,138). Sum of RGB (Red+Green+Blue) = 27+139+138=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8B8A is #E47475. Grayscale: #696969. Windows color (decimal): -14972022 or 9079579. OLE color: 9079579.
HSL color Cylindrical-coordinate representation of color #1B8B8A: hue angle of 179.46º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8B8A is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 139 | 138 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.45 |
| HSL | 179.46º | 0.67% | 0.33% | - |
| HSV(B) | 179.46º | 0.81% | 0.55% | - |
| XYZ | 14.27 | 20.53 | 27.26 | - |
| YUV | 105.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 138 | 0.81 | 0 | 0.01 | 0.45 | 179.46 | 0.67 | 0.33 |
| Hex | 1B | 8B | 8A | 51 | 0 | 1 | 2D | B3 | 43 | 21 |
| Octal | 33 | 213 | 212 | 121 | 0 | 1 | 55 | 263 | 103 | 41 |
| Binary | 11011 | 10001011 | 10001010 | 1010001 | 0 | 1 | 101101 | 10110011 | 1000011 | 100001 |
Color Harmonies of #1B8B8A
Complementary color
Monochromatic Colors of #1B8B8A
Black with #1B8B8A
Text Example
Text Example
White with #1B8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8B8A; }
p { color: rgb(27,139,138); }
H1.HeaderClassName
{
color: #1B8B8A;
}
.AnyTagClassName
{
color: #1B8B8A;
}
</style>
background-color css
<style>
a { background-color: #1B8B8A; }
a { background-color: rgb(27,139,138); }
div.DivClassName
{
background-color: #1B8B8A;
}
.BgClassName
{
background-color: #1B8B8A;
}
</style>
border-color css
<style>
span { border-color: #1B8B8A; }
span { border-color: rgb(27,139,138); }
td.TdClassName
{
border-color: #1B8B8A;
}
.TagClassName
{
border-color: #1B8B8A;
}
</style>