Shades of Java #1CA49C
Tints of Java #1CA49C
RGB
CMYK
RGB Variations
Color information
#1CA49C (or 0x1CA49C) is known color: Java. HEX triplet: 1C, A4 and 9C. RGB value is (28,164,156). Sum of RGB (Red+Green+Blue) = 28+164+156=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA49C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA49C is #E35B63. Grayscale: #7A7A7A. Windows color (decimal): -14900068 or 10265628. OLE color: 10265628.
HSL color Cylindrical-coordinate representation of color #1CA49C: hue angle of 176.47º 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 #1CA49C is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 164 | 156 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.36 |
| HSL | 176.47º | 0.71% | 0.38% | - |
| HSV(B) | 176.47º | 0.83% | 0.64% | - |
| XYZ | 19.76 | 29.2 | 36.05 | - |
| YUV | 122.42 | 146.94 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 164 | 156 | 0.83 | 0 | 0.05 | 0.36 | 176.47 | 0.71 | 0.38 |
| Hex | 1C | A4 | 9C | 53 | 0 | 5 | 24 | B0 | 47 | 26 |
| Octal | 34 | 244 | 234 | 123 | 0 | 5 | 44 | 260 | 107 | 46 |
| Binary | 11100 | 10100100 | 10011100 | 1010011 | 0 | 101 | 100100 | 10110000 | 1000111 | 100110 |
Color Harmonies of #1CA49C
Complementary color
Monochromatic Colors of #1CA49C
Black with #1CA49C
Text Example
Text Example
White with #1CA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA49C; }
p { color: rgb(28,164,156); }
H1.HeaderClassName
{
color: #1CA49C;
}
.AnyTagClassName
{
color: #1CA49C;
}
</style>
background-color css
<style>
a { background-color: #1CA49C; }
a { background-color: rgb(28,164,156); }
div.DivClassName
{
background-color: #1CA49C;
}
.BgClassName
{
background-color: #1CA49C;
}
</style>
border-color css
<style>
span { border-color: #1CA49C; }
span { border-color: rgb(28,164,156); }
td.TdClassName
{
border-color: #1CA49C;
}
.TagClassName
{
border-color: #1CA49C;
}
</style>