Shades of Java #1CA49E
Tints of Java #1CA49E
RGB
CMYK
RGB Variations
Color information
#1CA49E (or 0x1CA49E) is known color: Java. HEX triplet: 1C, A4 and 9E. RGB value is (28,164,158). Sum of RGB (Red+Green+Blue) = 28+164+158=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA49E is #E35B61. Grayscale: #7A7A7A. Windows color (decimal): -14900066 or 10396700. OLE color: 10396700.
HSL color Cylindrical-coordinate representation of color #1CA49E: hue angle of 177.35º 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 #1CA49E is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 164 | 158 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.36 |
| HSL | 177.35º | 0.71% | 0.38% | - |
| HSV(B) | 177.35º | 0.83% | 0.64% | - |
| XYZ | 19.93 | 29.27 | 36.95 | - |
| YUV | 122.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 164 | 158 | 0.83 | 0 | 0.04 | 0.36 | 177.35 | 0.71 | 0.38 |
| Hex | 1C | A4 | 9E | 53 | 0 | 4 | 24 | B1 | 47 | 26 |
| Octal | 34 | 244 | 236 | 123 | 0 | 4 | 44 | 261 | 107 | 46 |
| Binary | 11100 | 10100100 | 10011110 | 1010011 | 0 | 100 | 100100 | 10110001 | 1000111 | 100110 |
Color Harmonies of #1CA49E
Complementary color
Monochromatic Colors of #1CA49E
Black with #1CA49E
Text Example
Text Example
White with #1CA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA49E; }
p { color: rgb(28,164,158); }
H1.HeaderClassName
{
color: #1CA49E;
}
.AnyTagClassName
{
color: #1CA49E;
}
</style>
background-color css
<style>
a { background-color: #1CA49E; }
a { background-color: rgb(28,164,158); }
div.DivClassName
{
background-color: #1CA49E;
}
.BgClassName
{
background-color: #1CA49E;
}
</style>
border-color css
<style>
span { border-color: #1CA49E; }
span { border-color: rgb(28,164,158); }
td.TdClassName
{
border-color: #1CA49E;
}
.TagClassName
{
border-color: #1CA49E;
}
</style>