Shades of Java #1C9C99
Tints of Java #1C9C99
RGB
CMYK
RGB Variations
Color information
#1C9C99 (or 0x1C9C99) is known color: Java. HEX triplet: 1C, 9C and 99. RGB value is (28,156,153). Sum of RGB (Red+Green+Blue) = 28+156+153=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9C99 is #E36366. Grayscale: #757575. Windows color (decimal): -14902119 or 10066972. OLE color: 10066972.
HSL color Cylindrical-coordinate representation of color #1C9C99: hue angle of 178.59º degrees, saturation: 0.7, 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 #1C9C99 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 153 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.39 |
| HSL | 178.59º | 0.7% | 0.36% | - |
| HSV(B) | 178.59º | 0.82% | 0.61% | - |
| XYZ | 18.12 | 26.32 | 34.26 | - |
| YUV | 117.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 153 | 0.82 | 0 | 0.02 | 0.39 | 178.59 | 0.7 | 0.36 |
| Hex | 1C | 9C | 99 | 52 | 0 | 2 | 27 | B3 | 46 | 24 |
| Octal | 34 | 234 | 231 | 122 | 0 | 2 | 47 | 263 | 106 | 44 |
| Binary | 11100 | 10011100 | 10011001 | 1010010 | 0 | 10 | 100111 | 10110011 | 1000110 | 100100 |
Color Harmonies of #1C9C99
Complementary color
Monochromatic Colors of #1C9C99
Black with #1C9C99
Text Example
Text Example
White with #1C9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C99; }
p { color: rgb(28,156,153); }
H1.HeaderClassName
{
color: #1C9C99;
}
.AnyTagClassName
{
color: #1C9C99;
}
</style>
background-color css
<style>
a { background-color: #1C9C99; }
a { background-color: rgb(28,156,153); }
div.DivClassName
{
background-color: #1C9C99;
}
.BgClassName
{
background-color: #1C9C99;
}
</style>
border-color css
<style>
span { border-color: #1C9C99; }
span { border-color: rgb(28,156,153); }
td.TdClassName
{
border-color: #1C9C99;
}
.TagClassName
{
border-color: #1C9C99;
}
</style>