Shades of Java #1C9398
Tints of Java #1C9398
RGB
CMYK
RGB Variations
Color information
#1C9398 (or 0x1C9398) is known color: Java. HEX triplet: 1C, 93 and 98. RGB value is (28,147,152). Sum of RGB (Red+Green+Blue) = 28+147+152=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C9398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9398 is #E36C67. Grayscale: #6F6F6F. Windows color (decimal): -14904424 or 9999132. OLE color: 9999132.
HSL color Cylindrical-coordinate representation of color #1C9398: hue angle of 182.42º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9398 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 147 | 152 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.40 |
| HSL | 182.42º | 0.69% | 0.35% | - |
| HSV(B) | 182.42º | 0.82% | 0.6% | - |
| XYZ | 16.58 | 23.38 | 33.34 | - |
| YUV | 111.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 152 | 0.82 | 0.03 | 0 | 0.40 | 182.42 | 0.69 | 0.35 |
| Hex | 1C | 93 | 98 | 52 | 3 | 0 | 28 | B6 | 45 | 23 |
| Octal | 34 | 223 | 230 | 122 | 3 | 0 | 50 | 266 | 105 | 43 |
| Binary | 11100 | 10010011 | 10011000 | 1010010 | 11 | 0 | 101000 | 10110110 | 1000101 | 100011 |
Color Harmonies of #1C9398
Complementary color
Monochromatic Colors of #1C9398
Black with #1C9398
Text Example
Text Example
White with #1C9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9398; }
p { color: rgb(28,147,152); }
H1.HeaderClassName
{
color: #1C9398;
}
.AnyTagClassName
{
color: #1C9398;
}
</style>
background-color css
<style>
a { background-color: #1C9398; }
a { background-color: rgb(28,147,152); }
div.DivClassName
{
background-color: #1C9398;
}
.BgClassName
{
background-color: #1C9398;
}
</style>
border-color css
<style>
span { border-color: #1C9398; }
span { border-color: rgb(28,147,152); }
td.TdClassName
{
border-color: #1C9398;
}
.TagClassName
{
border-color: #1C9398;
}
</style>