Shades of Java #1C9D9B
Tints of Java #1C9D9B
RGB
CMYK
RGB Variations
Color information
#1C9D9B (or 0x1C9D9B) is known color: Java. HEX triplet: 1C, 9D and 9B. RGB value is (28,157,155). Sum of RGB (Red+Green+Blue) = 28+157+155=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #1C9D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9D9B is #E36264. Grayscale: #767676. Windows color (decimal): -14901861 or 10198300. OLE color: 10198300.
HSL color Cylindrical-coordinate representation of color #1C9D9B: hue angle of 179.07º 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 #1C9D9B is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 157 | 155 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.38 |
| HSL | 179.07º | 0.7% | 0.36% | - |
| HSV(B) | 179.07º | 0.82% | 0.62% | - |
| XYZ | 18.45 | 26.73 | 35.2 | - |
| YUV | 118.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 157 | 155 | 0.82 | 0 | 0.01 | 0.38 | 179.07 | 0.7 | 0.36 |
| Hex | 1C | 9D | 9B | 52 | 0 | 1 | 26 | B3 | 46 | 24 |
| Octal | 34 | 235 | 233 | 122 | 0 | 1 | 46 | 263 | 106 | 44 |
| Binary | 11100 | 10011101 | 10011011 | 1010010 | 0 | 1 | 100110 | 10110011 | 1000110 | 100100 |
Color Harmonies of #1C9D9B
Complementary color
Monochromatic Colors of #1C9D9B
Black with #1C9D9B
Text Example
Text Example
White with #1C9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9D9B; }
p { color: rgb(28,157,155); }
H1.HeaderClassName
{
color: #1C9D9B;
}
.AnyTagClassName
{
color: #1C9D9B;
}
</style>
background-color css
<style>
a { background-color: #1C9D9B; }
a { background-color: rgb(28,157,155); }
div.DivClassName
{
background-color: #1C9D9B;
}
.BgClassName
{
background-color: #1C9D9B;
}
</style>
border-color css
<style>
span { border-color: #1C9D9B; }
span { border-color: rgb(28,157,155); }
td.TdClassName
{
border-color: #1C9D9B;
}
.TagClassName
{
border-color: #1C9D9B;
}
</style>