Shades of Java #1C949B
Tints of Java #1C949B
RGB
CMYK
RGB Variations
Color information
#1C949B (or 0x1C949B) is known color: Java. HEX triplet: 1C, 94 and 9B. RGB value is (28,148,155). Sum of RGB (Red+Green+Blue) = 28+148+155=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C949B is #E36B64. Grayscale: #707070. Windows color (decimal): -14904165 or 10195996. OLE color: 10195996.
HSL color Cylindrical-coordinate representation of color #1C949B: hue angle of 183.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C949B is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 148 | 155 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.39 |
| HSL | 183.31º | 0.69% | 0.36% | - |
| HSV(B) | 183.31º | 0.82% | 0.61% | - |
| XYZ | 16.99 | 23.79 | 34.71 | - |
| YUV | 112.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 155 | 0.82 | 0.05 | 0 | 0.39 | 183.31 | 0.69 | 0.36 |
| Hex | 1C | 94 | 9B | 52 | 5 | 0 | 27 | B7 | 45 | 24 |
| Octal | 34 | 224 | 233 | 122 | 5 | 0 | 47 | 267 | 105 | 44 |
| Binary | 11100 | 10010100 | 10011011 | 1010010 | 101 | 0 | 100111 | 10110111 | 1000101 | 100100 |
Color Harmonies of #1C949B
Complementary color
Monochromatic Colors of #1C949B
Black with #1C949B
Text Example
Text Example
White with #1C949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C949B; }
p { color: rgb(28,148,155); }
H1.HeaderClassName
{
color: #1C949B;
}
.AnyTagClassName
{
color: #1C949B;
}
</style>
background-color css
<style>
a { background-color: #1C949B; }
a { background-color: rgb(28,148,155); }
div.DivClassName
{
background-color: #1C949B;
}
.BgClassName
{
background-color: #1C949B;
}
</style>
border-color css
<style>
span { border-color: #1C949B; }
span { border-color: rgb(28,148,155); }
td.TdClassName
{
border-color: #1C949B;
}
.TagClassName
{
border-color: #1C949B;
}
</style>