Shades of Java #1CA496
Tints of Java #1CA496
RGB
CMYK
RGB Variations
Color information
#1CA496 (or 0x1CA496) is known color: Java. HEX triplet: 1C, A4 and 96. RGB value is (28,164,150). Sum of RGB (Red+Green+Blue) = 28+164+150=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA496 is #E35B69. Grayscale: #797979. Windows color (decimal): -14900074 or 9872412. OLE color: 9872412.
HSL color Cylindrical-coordinate representation of color #1CA496: hue angle of 173.82º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA496 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 164 | 150 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.36 |
| HSL | 173.82º | 0.71% | 0.38% | - |
| HSV(B) | 173.82º | 0.83% | 0.64% | - |
| XYZ | 19.26 | 29 | 33.44 | - |
| YUV | 121.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 164 | 150 | 0.83 | 0 | 0.09 | 0.36 | 173.82 | 0.71 | 0.38 |
| Hex | 1C | A4 | 96 | 53 | 0 | 9 | 24 | AE | 47 | 26 |
| Octal | 34 | 244 | 226 | 123 | 0 | 11 | 44 | 256 | 107 | 46 |
| Binary | 11100 | 10100100 | 10010110 | 1010011 | 0 | 1001 | 100100 | 10101110 | 1000111 | 100110 |
Color Harmonies of #1CA496
Complementary color
Monochromatic Colors of #1CA496
Black with #1CA496
Text Example
Text Example
White with #1CA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA496; }
p { color: rgb(28,164,150); }
H1.HeaderClassName
{
color: #1CA496;
}
.AnyTagClassName
{
color: #1CA496;
}
</style>
background-color css
<style>
a { background-color: #1CA496; }
a { background-color: rgb(28,164,150); }
div.DivClassName
{
background-color: #1CA496;
}
.BgClassName
{
background-color: #1CA496;
}
</style>
border-color css
<style>
span { border-color: #1CA496; }
span { border-color: rgb(28,164,150); }
td.TdClassName
{
border-color: #1CA496;
}
.TagClassName
{
border-color: #1CA496;
}
</style>