Shades of Java #1C939E
Tints of Java #1C939E
RGB
CMYK
RGB Variations
Color information
#1C939E (or 0x1C939E) is known color: Java. HEX triplet: 1C, 93 and 9E. RGB value is (28,147,158). Sum of RGB (Red+Green+Blue) = 28+147+158=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C939E is #E36C61. Grayscale: #707070. Windows color (decimal): -14904418 or 10392348. OLE color: 10392348.
HSL color Cylindrical-coordinate representation of color #1C939E: hue angle of 185.08º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C939E is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 147 | 158 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.38 |
| HSL | 185.08º | 0.7% | 0.36% | - |
| HSV(B) | 185.08º | 0.82% | 0.62% | - |
| XYZ | 17.08 | 23.58 | 36 | - |
| YUV | 112.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 158 | 0.82 | 0.07 | 0 | 0.38 | 185.08 | 0.7 | 0.36 |
| Hex | 1C | 93 | 9E | 52 | 7 | 0 | 26 | B9 | 46 | 24 |
| Octal | 34 | 223 | 236 | 122 | 7 | 0 | 46 | 271 | 106 | 44 |
| Binary | 11100 | 10010011 | 10011110 | 1010010 | 111 | 0 | 100110 | 10111001 | 1000110 | 100100 |
Color Harmonies of #1C939E
Complementary color
Monochromatic Colors of #1C939E
Black with #1C939E
Text Example
Text Example
White with #1C939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C939E; }
p { color: rgb(28,147,158); }
H1.HeaderClassName
{
color: #1C939E;
}
.AnyTagClassName
{
color: #1C939E;
}
</style>
background-color css
<style>
a { background-color: #1C939E; }
a { background-color: rgb(28,147,158); }
div.DivClassName
{
background-color: #1C939E;
}
.BgClassName
{
background-color: #1C939E;
}
</style>
border-color css
<style>
span { border-color: #1C939E; }
span { border-color: rgb(28,147,158); }
td.TdClassName
{
border-color: #1C939E;
}
.TagClassName
{
border-color: #1C939E;
}
</style>