Shades of Java #1C998A
Tints of Java #1C998A
RGB
CMYK
RGB Variations
Color information
#1C998A (or 0x1C998A) is known color: Java. HEX triplet: 1C, 99 and 8A. RGB value is (28,153,138). Sum of RGB (Red+Green+Blue) = 28+153+138=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #1C998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C998A is #E36675. Grayscale: #717171. Windows color (decimal): -14902902 or 9083164. OLE color: 9083164.
HSL color Cylindrical-coordinate representation of color #1C998A: hue angle of 172.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C998A is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 153 | 138 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.4 |
| HSL | 172.8º | 0.69% | 0.35% | - |
| HSV(B) | 172.8º | 0.82% | 0.6% | - |
| XYZ | 16.46 | 24.86 | 27.98 | - |
| YUV | 113.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 138 | 0.82 | 0 | 0.10 | 0.4 | 172.8 | 0.69 | 0.35 |
| Hex | 1C | 99 | 8A | 52 | 0 | A | 28 | AD | 45 | 23 |
| Octal | 34 | 231 | 212 | 122 | 0 | 12 | 50 | 255 | 105 | 43 |
| Binary | 11100 | 10011001 | 10001010 | 1010010 | 0 | 1010 | 101000 | 10101101 | 1000101 | 100011 |
Color Harmonies of #1C998A
Complementary color
Monochromatic Colors of #1C998A
Black with #1C998A
Text Example
Text Example
White with #1C998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C998A; }
p { color: rgb(28,153,138); }
H1.HeaderClassName
{
color: #1C998A;
}
.AnyTagClassName
{
color: #1C998A;
}
</style>
background-color css
<style>
a { background-color: #1C998A; }
a { background-color: rgb(28,153,138); }
div.DivClassName
{
background-color: #1C998A;
}
.BgClassName
{
background-color: #1C998A;
}
</style>
border-color css
<style>
span { border-color: #1C998A; }
span { border-color: rgb(28,153,138); }
td.TdClassName
{
border-color: #1C998A;
}
.TagClassName
{
border-color: #1C998A;
}
</style>