Shades of Java #1CA08F
Tints of Java #1CA08F
RGB
CMYK
RGB Variations
Color information
#1CA08F (or 0x1CA08F) is known color: Java. HEX triplet: 1C, A0 and 8F. RGB value is (28,160,143). Sum of RGB (Red+Green+Blue) = 28+160+143=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA08F is #E35F70. Grayscale: #767676. Windows color (decimal): -14901105 or 9412636. OLE color: 9412636.
HSL color Cylindrical-coordinate representation of color #1CA08F: hue angle of 172.27º 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 #1CA08F is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 160 | 143 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.37 |
| HSL | 172.27º | 0.7% | 0.37% | - |
| HSV(B) | 172.27º | 0.83% | 0.63% | - |
| XYZ | 18.01 | 27.37 | 30.32 | - |
| YUV | 118.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 160 | 143 | 0.82 | 0 | 0.11 | 0.37 | 172.27 | 0.7 | 0.37 |
| Hex | 1C | A0 | 8F | 52 | 0 | B | 25 | AC | 46 | 25 |
| Octal | 34 | 240 | 217 | 122 | 0 | 13 | 45 | 254 | 106 | 45 |
| Binary | 11100 | 10100000 | 10001111 | 1010010 | 0 | 1011 | 100101 | 10101100 | 1000110 | 100101 |
Color Harmonies of #1CA08F
Complementary color
Monochromatic Colors of #1CA08F
Black with #1CA08F
Text Example
Text Example
White with #1CA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA08F; }
p { color: rgb(28,160,143); }
H1.HeaderClassName
{
color: #1CA08F;
}
.AnyTagClassName
{
color: #1CA08F;
}
</style>
background-color css
<style>
a { background-color: #1CA08F; }
a { background-color: rgb(28,160,143); }
div.DivClassName
{
background-color: #1CA08F;
}
.BgClassName
{
background-color: #1CA08F;
}
</style>
border-color css
<style>
span { border-color: #1CA08F; }
span { border-color: rgb(28,160,143); }
td.TdClassName
{
border-color: #1CA08F;
}
.TagClassName
{
border-color: #1CA08F;
}
</style>