Shades of Java #1C9C94
Tints of Java #1C9C94
RGB
CMYK
RGB Variations
Color information
#1C9C94 (or 0x1C9C94) is known color: Java. HEX triplet: 1C, 9C and 94. RGB value is (28,156,148). Sum of RGB (Red+Green+Blue) = 28+156+148=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9C94 is #E3636B. Grayscale: #747474. Windows color (decimal): -14902124 or 9739292. OLE color: 9739292.
HSL color Cylindrical-coordinate representation of color #1C9C94: hue angle of 176.25º 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 #1C9C94 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 148 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.39 |
| HSL | 176.25º | 0.7% | 0.36% | - |
| HSV(B) | 176.25º | 0.82% | 0.61% | - |
| XYZ | 17.71 | 26.16 | 32.13 | - |
| YUV | 116.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 148 | 0.82 | 0 | 0.05 | 0.39 | 176.25 | 0.7 | 0.36 |
| Hex | 1C | 9C | 94 | 52 | 0 | 5 | 27 | B0 | 46 | 24 |
| Octal | 34 | 234 | 224 | 122 | 0 | 5 | 47 | 260 | 106 | 44 |
| Binary | 11100 | 10011100 | 10010100 | 1010010 | 0 | 101 | 100111 | 10110000 | 1000110 | 100100 |
Color Harmonies of #1C9C94
Complementary color
Monochromatic Colors of #1C9C94
Black with #1C9C94
Text Example
Text Example
White with #1C9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C94; }
p { color: rgb(28,156,148); }
H1.HeaderClassName
{
color: #1C9C94;
}
.AnyTagClassName
{
color: #1C9C94;
}
</style>
background-color css
<style>
a { background-color: #1C9C94; }
a { background-color: rgb(28,156,148); }
div.DivClassName
{
background-color: #1C9C94;
}
.BgClassName
{
background-color: #1C9C94;
}
</style>
border-color css
<style>
span { border-color: #1C9C94; }
span { border-color: rgb(28,156,148); }
td.TdClassName
{
border-color: #1C9C94;
}
.TagClassName
{
border-color: #1C9C94;
}
</style>