Shades of Java #1C8D89
Tints of Java #1C8D89
RGB
CMYK
RGB Variations
Color information
#1C8D89 (or 0x1C8D89) is known color: Java. HEX triplet: 1C, 8D and 89. RGB value is (28,141,137). Sum of RGB (Red+Green+Blue) = 28+141+137=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8D89 is #E37276. Grayscale: #6A6A6A. Windows color (decimal): -14905975 or 9014556. OLE color: 9014556.
HSL color Cylindrical-coordinate representation of color #1C8D89: hue angle of 177.88º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8D89 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 141 | 137 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.45 |
| HSL | 177.88º | 0.67% | 0.33% | - |
| HSV(B) | 177.88º | 0.8% | 0.55% | - |
| XYZ | 14.52 | 21.1 | 26.97 | - |
| YUV | 106.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 137 | 0.80 | 0 | 0.03 | 0.45 | 177.88 | 0.67 | 0.33 |
| Hex | 1C | 8D | 89 | 50 | 0 | 3 | 2D | B2 | 43 | 21 |
| Octal | 34 | 215 | 211 | 120 | 0 | 3 | 55 | 262 | 103 | 41 |
| Binary | 11100 | 10001101 | 10001001 | 1010000 | 0 | 11 | 101101 | 10110010 | 1000011 | 100001 |
Color Harmonies of #1C8D89
Complementary color
Monochromatic Colors of #1C8D89
Black with #1C8D89
Text Example
Text Example
White with #1C8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8D89; }
p { color: rgb(28,141,137); }
H1.HeaderClassName
{
color: #1C8D89;
}
.AnyTagClassName
{
color: #1C8D89;
}
</style>
background-color css
<style>
a { background-color: #1C8D89; }
a { background-color: rgb(28,141,137); }
div.DivClassName
{
background-color: #1C8D89;
}
.BgClassName
{
background-color: #1C8D89;
}
</style>
border-color css
<style>
span { border-color: #1C8D89; }
span { border-color: rgb(28,141,137); }
td.TdClassName
{
border-color: #1C8D89;
}
.TagClassName
{
border-color: #1C8D89;
}
</style>