Shades of Java #1C9CA0
Tints of Java #1C9CA0
RGB
CMYK
RGB Variations
Color information
#1C9CA0 (or 0x1C9CA0) is known color: Java. HEX triplet: 1C, 9C and A0. RGB value is (28,156,160). Sum of RGB (Red+Green+Blue) = 28+156+160=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C9CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9CA0 is #E3635F. Grayscale: #767676. Windows color (decimal): -14902112 or 10525724. OLE color: 10525724.
HSL color Cylindrical-coordinate representation of color #1C9CA0: hue angle of 181.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9CA0 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 156 | 160 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.37 |
| HSL | 181.82º | 0.7% | 0.37% | - |
| HSV(B) | 181.82º | 0.83% | 0.63% | - |
| XYZ | 18.71 | 26.56 | 37.4 | - |
| YUV | 118.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 160 | 0.82 | 0.02 | 0 | 0.37 | 181.82 | 0.7 | 0.37 |
| Hex | 1C | 9C | A0 | 52 | 2 | 0 | 25 | B6 | 46 | 25 |
| Octal | 34 | 234 | 240 | 122 | 2 | 0 | 45 | 266 | 106 | 45 |
| Binary | 11100 | 10011100 | 10100000 | 1010010 | 10 | 0 | 100101 | 10110110 | 1000110 | 100101 |
Color Harmonies of #1C9CA0
Complementary color
Monochromatic Colors of #1C9CA0
Black with #1C9CA0
Text Example
Text Example
White with #1C9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9CA0; }
p { color: rgb(28,156,160); }
H1.HeaderClassName
{
color: #1C9CA0;
}
.AnyTagClassName
{
color: #1C9CA0;
}
</style>
background-color css
<style>
a { background-color: #1C9CA0; }
a { background-color: rgb(28,156,160); }
div.DivClassName
{
background-color: #1C9CA0;
}
.BgClassName
{
background-color: #1C9CA0;
}
</style>
border-color css
<style>
span { border-color: #1C9CA0; }
span { border-color: rgb(28,156,160); }
td.TdClassName
{
border-color: #1C9CA0;
}
.TagClassName
{
border-color: #1C9CA0;
}
</style>