Shades of Java #1C8D98
Tints of Java #1C8D98
RGB
CMYK
RGB Variations
Color information
#1C8D98 (or 0x1C8D98) is known color: Java. HEX triplet: 1C, 8D and 98. RGB value is (28,141,152). Sum of RGB (Red+Green+Blue) = 28+141+152=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C8D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8D98 is #E37267. Grayscale: #6C6C6C. Windows color (decimal): -14905960 or 9997596. OLE color: 9997596.
HSL color Cylindrical-coordinate representation of color #1C8D98: hue angle of 185.32º 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 #1C8D98 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 141 | 152 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.40 |
| HSL | 185.32º | 0.69% | 0.35% | - |
| HSV(B) | 185.32º | 0.82% | 0.6% | - |
| XYZ | 15.67 | 21.56 | 33.04 | - |
| YUV | 108.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 152 | 0.82 | 0.07 | 0 | 0.40 | 185.32 | 0.69 | 0.35 |
| Hex | 1C | 8D | 98 | 52 | 7 | 0 | 28 | B9 | 45 | 23 |
| Octal | 34 | 215 | 230 | 122 | 7 | 0 | 50 | 271 | 105 | 43 |
| Binary | 11100 | 10001101 | 10011000 | 1010010 | 111 | 0 | 101000 | 10111001 | 1000101 | 100011 |
Color Harmonies of #1C8D98
Complementary color
Monochromatic Colors of #1C8D98
Black with #1C8D98
Text Example
Text Example
White with #1C8D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8D98; }
p { color: rgb(28,141,152); }
H1.HeaderClassName
{
color: #1C8D98;
}
.AnyTagClassName
{
color: #1C8D98;
}
</style>
background-color css
<style>
a { background-color: #1C8D98; }
a { background-color: rgb(28,141,152); }
div.DivClassName
{
background-color: #1C8D98;
}
.BgClassName
{
background-color: #1C8D98;
}
</style>
border-color css
<style>
span { border-color: #1C8D98; }
span { border-color: rgb(28,141,152); }
td.TdClassName
{
border-color: #1C8D98;
}
.TagClassName
{
border-color: #1C8D98;
}
</style>