Shades of Java #1CA39F
Tints of Java #1CA39F
RGB
CMYK
RGB Variations
Color information
#1CA39F (or 0x1CA39F) is known color: Java. HEX triplet: 1C, A3 and 9F. RGB value is (28,163,159). Sum of RGB (Red+Green+Blue) = 28+163+159=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA39F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA39F is #E35C60. Grayscale: #7A7A7A. Windows color (decimal): -14900321 or 10461980. OLE color: 10461980.
HSL color Cylindrical-coordinate representation of color #1CA39F: hue angle of 178.22º 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 #1CA39F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 163 | 159 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.36 |
| HSL | 178.22º | 0.71% | 0.37% | - |
| HSV(B) | 178.22º | 0.83% | 0.64% | - |
| XYZ | 19.83 | 28.94 | 37.34 | - |
| YUV | 122.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 163 | 159 | 0.83 | 0 | 0.02 | 0.36 | 178.22 | 0.71 | 0.37 |
| Hex | 1C | A3 | 9F | 53 | 0 | 2 | 24 | B2 | 47 | 25 |
| Octal | 34 | 243 | 237 | 123 | 0 | 2 | 44 | 262 | 107 | 45 |
| Binary | 11100 | 10100011 | 10011111 | 1010011 | 0 | 10 | 100100 | 10110010 | 1000111 | 100101 |
Color Harmonies of #1CA39F
Complementary color
Monochromatic Colors of #1CA39F
Black with #1CA39F
Text Example
Text Example
White with #1CA39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA39F; }
p { color: rgb(28,163,159); }
H1.HeaderClassName
{
color: #1CA39F;
}
.AnyTagClassName
{
color: #1CA39F;
}
</style>
background-color css
<style>
a { background-color: #1CA39F; }
a { background-color: rgb(28,163,159); }
div.DivClassName
{
background-color: #1CA39F;
}
.BgClassName
{
background-color: #1CA39F;
}
</style>
border-color css
<style>
span { border-color: #1CA39F; }
span { border-color: rgb(28,163,159); }
td.TdClassName
{
border-color: #1CA39F;
}
.TagClassName
{
border-color: #1CA39F;
}
</style>