Shades of Java #1C9492
Tints of Java #1C9492
RGB
CMYK
RGB Variations
Color information
#1C9492 (or 0x1C9492) is known color: Java. HEX triplet: 1C, 94 and 92. RGB value is (28,148,146). Sum of RGB (Red+Green+Blue) = 28+148+146=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9492 is #E36B6D. Grayscale: #6F6F6F. Windows color (decimal): -14904174 or 9606172. OLE color: 9606172.
HSL color Cylindrical-coordinate representation of color #1C9492: hue angle of 179º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9492 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 146 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.42 |
| HSL | 179º | 0.68% | 0.35% | - |
| HSV(B) | 179º | 0.81% | 0.58% | - |
| XYZ | 16.26 | 23.5 | 30.87 | - |
| YUV | 111.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 146 | 0.81 | 0 | 0.01 | 0.42 | 179 | 0.68 | 0.35 |
| Hex | 1C | 94 | 92 | 51 | 0 | 1 | 2A | B3 | 44 | 23 |
| Octal | 34 | 224 | 222 | 121 | 0 | 1 | 52 | 263 | 104 | 43 |
| Binary | 11100 | 10010100 | 10010010 | 1010001 | 0 | 1 | 101010 | 10110011 | 1000100 | 100011 |
Color Harmonies of #1C9492
Complementary color
Monochromatic Colors of #1C9492
Black with #1C9492
Text Example
Text Example
White with #1C9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9492; }
p { color: rgb(28,148,146); }
H1.HeaderClassName
{
color: #1C9492;
}
.AnyTagClassName
{
color: #1C9492;
}
</style>
background-color css
<style>
a { background-color: #1C9492; }
a { background-color: rgb(28,148,146); }
div.DivClassName
{
background-color: #1C9492;
}
.BgClassName
{
background-color: #1C9492;
}
</style>
border-color css
<style>
span { border-color: #1C9492; }
span { border-color: rgb(28,148,146); }
td.TdClassName
{
border-color: #1C9492;
}
.TagClassName
{
border-color: #1C9492;
}
</style>