Shades of Java #1C9799
Tints of Java #1C9799
RGB
CMYK
RGB Variations
Color information
#1C9799 (or 0x1C9799) is known color: Java. HEX triplet: 1C, 97 and 99. RGB value is (28,151,153). Sum of RGB (Red+Green+Blue) = 28+151+153=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C9799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9799 is #E36866. Grayscale: #727272. Windows color (decimal): -14903399 or 10065692. OLE color: 10065692.
HSL color Cylindrical-coordinate representation of color #1C9799: hue angle of 180.96º 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 #1C9799 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 151 | 153 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.4 |
| HSL | 180.96º | 0.69% | 0.35% | - |
| HSV(B) | 180.96º | 0.82% | 0.6% | - |
| XYZ | 17.3 | 24.68 | 33.99 | - |
| YUV | 114.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 153 | 0.82 | 0.01 | 0 | 0.4 | 180.96 | 0.69 | 0.35 |
| Hex | 1C | 97 | 99 | 52 | 1 | 0 | 28 | B5 | 45 | 23 |
| Octal | 34 | 227 | 231 | 122 | 1 | 0 | 50 | 265 | 105 | 43 |
| Binary | 11100 | 10010111 | 10011001 | 1010010 | 1 | 0 | 101000 | 10110101 | 1000101 | 100011 |
Color Harmonies of #1C9799
Complementary color
Monochromatic Colors of #1C9799
Black with #1C9799
Text Example
Text Example
White with #1C9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9799; }
p { color: rgb(28,151,153); }
H1.HeaderClassName
{
color: #1C9799;
}
.AnyTagClassName
{
color: #1C9799;
}
</style>
background-color css
<style>
a { background-color: #1C9799; }
a { background-color: rgb(28,151,153); }
div.DivClassName
{
background-color: #1C9799;
}
.BgClassName
{
background-color: #1C9799;
}
</style>
border-color css
<style>
span { border-color: #1C9799; }
span { border-color: rgb(28,151,153); }
td.TdClassName
{
border-color: #1C9799;
}
.TagClassName
{
border-color: #1C9799;
}
</style>