Shades of Java #1C8F87
Tints of Java #1C8F87
RGB
CMYK
RGB Variations
Color information
#1C8F87 (or 0x1C8F87) is known color: Java. HEX triplet: 1C, 8F and 87. RGB value is (28,143,135). Sum of RGB (Red+Green+Blue) = 28+143+135=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8F87 is #E37078. Grayscale: #6B6B6B. Windows color (decimal): -14905465 or 8883996. OLE color: 8883996.
HSL color Cylindrical-coordinate representation of color #1C8F87: hue angle of 175.83º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8F87 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 143 | 135 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.44 |
| HSL | 175.83º | 0.67% | 0.34% | - |
| HSV(B) | 175.83º | 0.8% | 0.56% | - |
| XYZ | 14.67 | 21.64 | 26.33 | - |
| YUV | 107.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 135 | 0.80 | 0 | 0.06 | 0.44 | 175.83 | 0.67 | 0.34 |
| Hex | 1C | 8F | 87 | 50 | 0 | 6 | 2C | B0 | 43 | 22 |
| Octal | 34 | 217 | 207 | 120 | 0 | 6 | 54 | 260 | 103 | 42 |
| Binary | 11100 | 10001111 | 10000111 | 1010000 | 0 | 110 | 101100 | 10110000 | 1000011 | 100010 |
Color Harmonies of #1C8F87
Complementary color
Monochromatic Colors of #1C8F87
Black with #1C8F87
Text Example
Text Example
White with #1C8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8F87; }
p { color: rgb(28,143,135); }
H1.HeaderClassName
{
color: #1C8F87;
}
.AnyTagClassName
{
color: #1C8F87;
}
</style>
background-color css
<style>
a { background-color: #1C8F87; }
a { background-color: rgb(28,143,135); }
div.DivClassName
{
background-color: #1C8F87;
}
.BgClassName
{
background-color: #1C8F87;
}
</style>
border-color css
<style>
span { border-color: #1C8F87; }
span { border-color: rgb(28,143,135); }
td.TdClassName
{
border-color: #1C8F87;
}
.TagClassName
{
border-color: #1C8F87;
}
</style>