Shades of Java #1CA099
Tints of Java #1CA099
RGB
CMYK
RGB Variations
Color information
#1CA099 (or 0x1CA099) is known color: Java. HEX triplet: 1C, A0 and 99. RGB value is (28,160,153). Sum of RGB (Red+Green+Blue) = 28+160+153=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA099 is #E35F66. Grayscale: #777777. Windows color (decimal): -14901095 or 10067996. OLE color: 10067996.
HSL color Cylindrical-coordinate representation of color #1CA099: hue angle of 176.82º 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 #1CA099 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 153 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.37 |
| HSL | 176.82º | 0.7% | 0.37% | - |
| HSV(B) | 176.82º | 0.83% | 0.63% | - |
| XYZ | 18.8 | 27.69 | 34.49 | - |
| YUV | 119.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 153 | 0.82 | 0 | 0.04 | 0.37 | 176.82 | 0.7 | 0.37 |
| Hex | 1C | A0 | 99 | 52 | 0 | 4 | 25 | B1 | 46 | 25 |
| Octal | 34 | 240 | 231 | 122 | 0 | 4 | 45 | 261 | 106 | 45 |
| Binary | 11100 | 10100000 | 10011001 | 1010010 | 0 | 100 | 100101 | 10110001 | 1000110 | 100101 |
Color Harmonies of #1CA099
Complementary color
Monochromatic Colors of #1CA099
Black with #1CA099
Text Example
Text Example
White with #1CA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA099; }
p { color: rgb(28,160,153); }
H1.HeaderClassName
{
color: #1CA099;
}
.AnyTagClassName
{
color: #1CA099;
}
</style>
background-color css
<style>
a { background-color: #1CA099; }
a { background-color: rgb(28,160,153); }
div.DivClassName
{
background-color: #1CA099;
}
.BgClassName
{
background-color: #1CA099;
}
</style>
border-color css
<style>
span { border-color: #1CA099; }
span { border-color: rgb(28,160,153); }
td.TdClassName
{
border-color: #1CA099;
}
.TagClassName
{
border-color: #1CA099;
}
</style>