Shades of Java #1C9C9D
Tints of Java #1C9C9D
RGB
CMYK
RGB Variations
Color information
#1C9C9D (or 0x1C9C9D) is known color: Java. HEX triplet: 1C, 9C and 9D. RGB value is (28,156,157). Sum of RGB (Red+Green+Blue) = 28+156+157=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C9C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9C9D is #E36362. Grayscale: #757575. Windows color (decimal): -14902115 or 10329116. OLE color: 10329116.
HSL color Cylindrical-coordinate representation of color #1C9C9D: hue angle of 180.47º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9C9D is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 156 | 157 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.38 |
| HSL | 180.47º | 0.7% | 0.36% | - |
| HSV(B) | 180.47º | 0.82% | 0.62% | - |
| XYZ | 18.45 | 26.46 | 36.03 | - |
| YUV | 117.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 157 | 0.82 | 0.01 | 0 | 0.38 | 180.47 | 0.7 | 0.36 |
| Hex | 1C | 9C | 9D | 52 | 1 | 0 | 26 | B4 | 46 | 24 |
| Octal | 34 | 234 | 235 | 122 | 1 | 0 | 46 | 264 | 106 | 44 |
| Binary | 11100 | 10011100 | 10011101 | 1010010 | 1 | 0 | 100110 | 10110100 | 1000110 | 100100 |
Color Harmonies of #1C9C9D
Complementary color
Monochromatic Colors of #1C9C9D
Black with #1C9C9D
Text Example
Text Example
White with #1C9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C9D; }
p { color: rgb(28,156,157); }
H1.HeaderClassName
{
color: #1C9C9D;
}
.AnyTagClassName
{
color: #1C9C9D;
}
</style>
background-color css
<style>
a { background-color: #1C9C9D; }
a { background-color: rgb(28,156,157); }
div.DivClassName
{
background-color: #1C9C9D;
}
.BgClassName
{
background-color: #1C9C9D;
}
</style>
border-color css
<style>
span { border-color: #1C9C9D; }
span { border-color: rgb(28,156,157); }
td.TdClassName
{
border-color: #1C9C9D;
}
.TagClassName
{
border-color: #1C9C9D;
}
</style>