Shades of Java #1CA294
Tints of Java #1CA294
RGB
CMYK
RGB Variations
Color information
#1CA294 (or 0x1CA294) is known color: Java. HEX triplet: 1C, A2 and 94. RGB value is (28,162,148). Sum of RGB (Red+Green+Blue) = 28+162+148=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA294 is #E35D6B. Grayscale: #787878. Windows color (decimal): -14900588 or 9740828. OLE color: 9740828.
HSL color Cylindrical-coordinate representation of color #1CA294: hue angle of 173.73º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA294 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 162 | 148 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.36 |
| HSL | 173.73º | 0.71% | 0.37% | - |
| HSV(B) | 173.73º | 0.83% | 0.64% | - |
| XYZ | 18.74 | 28.23 | 32.48 | - |
| YUV | 120.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 148 | 0.83 | 0 | 0.09 | 0.36 | 173.73 | 0.71 | 0.37 |
| Hex | 1C | A2 | 94 | 53 | 0 | 9 | 24 | AE | 47 | 25 |
| Octal | 34 | 242 | 224 | 123 | 0 | 11 | 44 | 256 | 107 | 45 |
| Binary | 11100 | 10100010 | 10010100 | 1010011 | 0 | 1001 | 100100 | 10101110 | 1000111 | 100101 |
Color Harmonies of #1CA294
Complementary color
Monochromatic Colors of #1CA294
Black with #1CA294
Text Example
Text Example
White with #1CA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA294; }
p { color: rgb(28,162,148); }
H1.HeaderClassName
{
color: #1CA294;
}
.AnyTagClassName
{
color: #1CA294;
}
</style>
background-color css
<style>
a { background-color: #1CA294; }
a { background-color: rgb(28,162,148); }
div.DivClassName
{
background-color: #1CA294;
}
.BgClassName
{
background-color: #1CA294;
}
</style>
border-color css
<style>
span { border-color: #1CA294; }
span { border-color: rgb(28,162,148); }
td.TdClassName
{
border-color: #1CA294;
}
.TagClassName
{
border-color: #1CA294;
}
</style>