Shades of Java #1B8F87
Tints of Java #1B8F87
RGB
CMYK
RGB Variations
Color information
#1B8F87 (or 0x1B8F87) is known color: Java. HEX triplet: 1B, 8F and 87. RGB value is (27,143,135). Sum of RGB (Red+Green+Blue) = 27+143+135=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #1B8F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8F87 is #E47078. Grayscale: #6B6B6B. Windows color (decimal): -14971001 or 8883995. OLE color: 8883995.
HSL color Cylindrical-coordinate representation of color #1B8F87: hue angle of 175.86º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8F87 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 143 | 135 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.44 |
| HSL | 175.86º | 0.68% | 0.33% | - |
| HSV(B) | 175.86º | 0.81% | 0.56% | - |
| XYZ | 14.65 | 21.63 | 26.32 | - |
| YUV | 107.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 143 | 135 | 0.81 | 0 | 0.06 | 0.44 | 175.86 | 0.68 | 0.33 |
| Hex | 1B | 8F | 87 | 51 | 0 | 6 | 2C | B0 | 44 | 21 |
| Octal | 33 | 217 | 207 | 121 | 0 | 6 | 54 | 260 | 104 | 41 |
| Binary | 11011 | 10001111 | 10000111 | 1010001 | 0 | 110 | 101100 | 10110000 | 1000100 | 100001 |
Color Harmonies of #1B8F87
Complementary color
Monochromatic Colors of #1B8F87
Black with #1B8F87
Text Example
Text Example
White with #1B8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8F87; }
p { color: rgb(27,143,135); }
H1.HeaderClassName
{
color: #1B8F87;
}
.AnyTagClassName
{
color: #1B8F87;
}
</style>
background-color css
<style>
a { background-color: #1B8F87; }
a { background-color: rgb(27,143,135); }
div.DivClassName
{
background-color: #1B8F87;
}
.BgClassName
{
background-color: #1B8F87;
}
</style>
border-color css
<style>
span { border-color: #1B8F87; }
span { border-color: rgb(27,143,135); }
td.TdClassName
{
border-color: #1B8F87;
}
.TagClassName
{
border-color: #1B8F87;
}
</style>