Shades of Java #1C999B
Tints of Java #1C999B
RGB
CMYK
RGB Variations
Color information
#1C999B (or 0x1C999B) is known color: Java. HEX triplet: 1C, 99 and 9B. RGB value is (28,153,155). Sum of RGB (Red+Green+Blue) = 28+153+155=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C999B is #E36664. Grayscale: #737373. Windows color (decimal): -14902885 or 10197276. OLE color: 10197276.
HSL color Cylindrical-coordinate representation of color #1C999B: hue angle of 180.94º 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 #1C999B is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 153 | 155 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.39 |
| HSL | 180.94º | 0.69% | 0.36% | - |
| HSV(B) | 180.94º | 0.82% | 0.61% | - |
| XYZ | 17.79 | 25.4 | 34.97 | - |
| YUV | 115.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 155 | 0.82 | 0.01 | 0 | 0.39 | 180.94 | 0.69 | 0.36 |
| Hex | 1C | 99 | 9B | 52 | 1 | 0 | 27 | B5 | 45 | 24 |
| Octal | 34 | 231 | 233 | 122 | 1 | 0 | 47 | 265 | 105 | 44 |
| Binary | 11100 | 10011001 | 10011011 | 1010010 | 1 | 0 | 100111 | 10110101 | 1000101 | 100100 |
Color Harmonies of #1C999B
Complementary color
Monochromatic Colors of #1C999B
Black with #1C999B
Text Example
Text Example
White with #1C999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C999B; }
p { color: rgb(28,153,155); }
H1.HeaderClassName
{
color: #1C999B;
}
.AnyTagClassName
{
color: #1C999B;
}
</style>
background-color css
<style>
a { background-color: #1C999B; }
a { background-color: rgb(28,153,155); }
div.DivClassName
{
background-color: #1C999B;
}
.BgClassName
{
background-color: #1C999B;
}
</style>
border-color css
<style>
span { border-color: #1C999B; }
span { border-color: rgb(28,153,155); }
td.TdClassName
{
border-color: #1C999B;
}
.TagClassName
{
border-color: #1C999B;
}
</style>