Shades of Java #1C9491
Tints of Java #1C9491
RGB
CMYK
RGB Variations
Color information
#1C9491 (or 0x1C9491) is known color: Java. HEX triplet: 1C, 94 and 91. RGB value is (28,148,145). Sum of RGB (Red+Green+Blue) = 28+148+145=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9491 is #E36B6E. Grayscale: #6F6F6F. Windows color (decimal): -14904175 or 9540636. OLE color: 9540636.
HSL color Cylindrical-coordinate representation of color #1C9491: hue angle of 178.5º 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 #1C9491 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 145 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.42 |
| HSL | 178.5º | 0.68% | 0.35% | - |
| HSV(B) | 178.5º | 0.81% | 0.58% | - |
| XYZ | 16.18 | 23.47 | 30.47 | - |
| YUV | 111.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 145 | 0.81 | 0 | 0.02 | 0.42 | 178.5 | 0.68 | 0.35 |
| Hex | 1C | 94 | 91 | 51 | 0 | 2 | 2A | B2 | 44 | 23 |
| Octal | 34 | 224 | 221 | 121 | 0 | 2 | 52 | 262 | 104 | 43 |
| Binary | 11100 | 10010100 | 10010001 | 1010001 | 0 | 10 | 101010 | 10110010 | 1000100 | 100011 |
Color Harmonies of #1C9491
Complementary color
Monochromatic Colors of #1C9491
Black with #1C9491
Text Example
Text Example
White with #1C9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9491; }
p { color: rgb(28,148,145); }
H1.HeaderClassName
{
color: #1C9491;
}
.AnyTagClassName
{
color: #1C9491;
}
</style>
background-color css
<style>
a { background-color: #1C9491; }
a { background-color: rgb(28,148,145); }
div.DivClassName
{
background-color: #1C9491;
}
.BgClassName
{
background-color: #1C9491;
}
</style>
border-color css
<style>
span { border-color: #1C9491; }
span { border-color: rgb(28,148,145); }
td.TdClassName
{
border-color: #1C9491;
}
.TagClassName
{
border-color: #1C9491;
}
</style>