Shades of Java #1C9383
Tints of Java #1C9383
RGB
CMYK
RGB Variations
Color information
#1C9383 (or 0x1C9383) is known color: Java. HEX triplet: 1C, 93 and 83. RGB value is (28,147,131). Sum of RGB (Red+Green+Blue) = 28+147+131=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9383 is #E36C7C. Grayscale: #6D6D6D. Windows color (decimal): -14904445 or 8622876. OLE color: 8622876.
HSL color Cylindrical-coordinate representation of color #1C9383: hue angle of 171.93º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9383 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 131 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.42 |
| HSL | 171.93º | 0.68% | 0.34% | - |
| HSV(B) | 171.93º | 0.81% | 0.58% | - |
| XYZ | 15.01 | 22.75 | 25.07 | - |
| YUV | 109.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 131 | 0.81 | 0 | 0.11 | 0.42 | 171.93 | 0.68 | 0.34 |
| Hex | 1C | 93 | 83 | 51 | 0 | B | 2A | AC | 44 | 22 |
| Octal | 34 | 223 | 203 | 121 | 0 | 13 | 52 | 254 | 104 | 42 |
| Binary | 11100 | 10010011 | 10000011 | 1010001 | 0 | 1011 | 101010 | 10101100 | 1000100 | 100010 |
Color Harmonies of #1C9383
Complementary color
Monochromatic Colors of #1C9383
Black with #1C9383
Text Example
Text Example
White with #1C9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9383; }
p { color: rgb(28,147,131); }
H1.HeaderClassName
{
color: #1C9383;
}
.AnyTagClassName
{
color: #1C9383;
}
</style>
background-color css
<style>
a { background-color: #1C9383; }
a { background-color: rgb(28,147,131); }
div.DivClassName
{
background-color: #1C9383;
}
.BgClassName
{
background-color: #1C9383;
}
</style>
border-color css
<style>
span { border-color: #1C9383; }
span { border-color: rgb(28,147,131); }
td.TdClassName
{
border-color: #1C9383;
}
.TagClassName
{
border-color: #1C9383;
}
</style>