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