Shades of Java #1CA09B
Tints of Java #1CA09B
RGB
CMYK
RGB Variations
Color information
#1CA09B (or 0x1CA09B) is known color: Java. HEX triplet: 1C, A0 and 9B. RGB value is (28,160,155). Sum of RGB (Red+Green+Blue) = 28+160+155=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA09B is #E35F64. Grayscale: #777777. Windows color (decimal): -14901093 or 10199068. OLE color: 10199068.
HSL color Cylindrical-coordinate representation of color #1CA09B: hue angle of 177.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA09B is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 155 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.37 |
| HSL | 177.73º | 0.7% | 0.37% | - |
| HSV(B) | 177.73º | 0.83% | 0.63% | - |
| XYZ | 18.97 | 27.76 | 35.37 | - |
| YUV | 119.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 155 | 0.82 | 0 | 0.03 | 0.37 | 177.73 | 0.7 | 0.37 |
| Hex | 1C | A0 | 9B | 52 | 0 | 3 | 25 | B2 | 46 | 25 |
| Octal | 34 | 240 | 233 | 122 | 0 | 3 | 45 | 262 | 106 | 45 |
| Binary | 11100 | 10100000 | 10011011 | 1010010 | 0 | 11 | 100101 | 10110010 | 1000110 | 100101 |
Color Harmonies of #1CA09B
Complementary color
Monochromatic Colors of #1CA09B
Black with #1CA09B
Text Example
Text Example
White with #1CA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA09B; }
p { color: rgb(28,160,155); }
H1.HeaderClassName
{
color: #1CA09B;
}
.AnyTagClassName
{
color: #1CA09B;
}
</style>
background-color css
<style>
a { background-color: #1CA09B; }
a { background-color: rgb(28,160,155); }
div.DivClassName
{
background-color: #1CA09B;
}
.BgClassName
{
background-color: #1CA09B;
}
</style>
border-color css
<style>
span { border-color: #1CA09B; }
span { border-color: rgb(28,160,155); }
td.TdClassName
{
border-color: #1CA09B;
}
.TagClassName
{
border-color: #1CA09B;
}
</style>