Shades of Java #1C969D
Tints of Java #1C969D
RGB
CMYK
RGB Variations
Color information
#1C969D (or 0x1C969D) is known color: Java. HEX triplet: 1C, 96 and 9D. RGB value is (28,150,157). Sum of RGB (Red+Green+Blue) = 28+150+157=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C969D is #E36962. Grayscale: #727272. Windows color (decimal): -14903651 or 10327580. OLE color: 10327580.
HSL color Cylindrical-coordinate representation of color #1C969D: hue angle of 183.26º 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 #1C969D is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 150 | 157 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.38 |
| HSL | 183.26º | 0.7% | 0.36% | - |
| HSV(B) | 183.26º | 0.82% | 0.62% | - |
| XYZ | 17.47 | 24.49 | 35.71 | - |
| YUV | 114.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 157 | 0.82 | 0.04 | 0 | 0.38 | 183.26 | 0.7 | 0.36 |
| Hex | 1C | 96 | 9D | 52 | 4 | 0 | 26 | B7 | 46 | 24 |
| Octal | 34 | 226 | 235 | 122 | 4 | 0 | 46 | 267 | 106 | 44 |
| Binary | 11100 | 10010110 | 10011101 | 1010010 | 100 | 0 | 100110 | 10110111 | 1000110 | 100100 |
Color Harmonies of #1C969D
Complementary color
Monochromatic Colors of #1C969D
Black with #1C969D
Text Example
Text Example
White with #1C969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C969D; }
p { color: rgb(28,150,157); }
H1.HeaderClassName
{
color: #1C969D;
}
.AnyTagClassName
{
color: #1C969D;
}
</style>
background-color css
<style>
a { background-color: #1C969D; }
a { background-color: rgb(28,150,157); }
div.DivClassName
{
background-color: #1C969D;
}
.BgClassName
{
background-color: #1C969D;
}
</style>
border-color css
<style>
span { border-color: #1C969D; }
span { border-color: rgb(28,150,157); }
td.TdClassName
{
border-color: #1C969D;
}
.TagClassName
{
border-color: #1C969D;
}
</style>