Shades of Java #1C9390
Tints of Java #1C9390
RGB
CMYK
RGB Variations
Color information
#1C9390 (or 0x1C9390) is known color: Java. HEX triplet: 1C, 93 and 90. RGB value is (28,147,144). Sum of RGB (Red+Green+Blue) = 28+147+144=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #1C9390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9390 is #E36C6F. Grayscale: #6E6E6E. Windows color (decimal): -14904432 or 9474844. OLE color: 9474844.
HSL color Cylindrical-coordinate representation of color #1C9390: hue angle of 178.49º 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 #1C9390 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 147 | 144 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.42 |
| HSL | 178.49º | 0.68% | 0.34% | - |
| HSV(B) | 178.49º | 0.81% | 0.58% | - |
| XYZ | 15.95 | 23.13 | 30.01 | - |
| YUV | 111.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 144 | 0.81 | 0 | 0.02 | 0.42 | 178.49 | 0.68 | 0.34 |
| Hex | 1C | 93 | 90 | 51 | 0 | 2 | 2A | B2 | 44 | 22 |
| Octal | 34 | 223 | 220 | 121 | 0 | 2 | 52 | 262 | 104 | 42 |
| Binary | 11100 | 10010011 | 10010000 | 1010001 | 0 | 10 | 101010 | 10110010 | 1000100 | 100010 |
Color Harmonies of #1C9390
Complementary color
Monochromatic Colors of #1C9390
Black with #1C9390
Text Example
Text Example
White with #1C9390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9390; }
p { color: rgb(28,147,144); }
H1.HeaderClassName
{
color: #1C9390;
}
.AnyTagClassName
{
color: #1C9390;
}
</style>
background-color css
<style>
a { background-color: #1C9390; }
a { background-color: rgb(28,147,144); }
div.DivClassName
{
background-color: #1C9390;
}
.BgClassName
{
background-color: #1C9390;
}
</style>
border-color css
<style>
span { border-color: #1C9390; }
span { border-color: rgb(28,147,144); }
td.TdClassName
{
border-color: #1C9390;
}
.TagClassName
{
border-color: #1C9390;
}
</style>