Shades of Java #1C8C84
Tints of Java #1C8C84
RGB
CMYK
RGB Variations
Color information
#1C8C84 (or 0x1C8C84) is known color: Java. HEX triplet: 1C, 8C and 84. RGB value is (28,140,132). Sum of RGB (Red+Green+Blue) = 28+140+132=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8C84 is #E3737B. Grayscale: #696969. Windows color (decimal): -14906236 or 8686620. OLE color: 8686620.
HSL color Cylindrical-coordinate representation of color #1C8C84: hue angle of 175.71º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C84 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 132 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.45 |
| HSL | 175.71º | 0.67% | 0.33% | - |
| HSV(B) | 175.71º | 0.8% | 0.55% | - |
| XYZ | 14.02 | 20.67 | 25.08 | - |
| YUV | 105.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 132 | 0.80 | 0 | 0.06 | 0.45 | 175.71 | 0.67 | 0.33 |
| Hex | 1C | 8C | 84 | 50 | 0 | 6 | 2D | B0 | 43 | 21 |
| Octal | 34 | 214 | 204 | 120 | 0 | 6 | 55 | 260 | 103 | 41 |
| Binary | 11100 | 10001100 | 10000100 | 1010000 | 0 | 110 | 101101 | 10110000 | 1000011 | 100001 |
Color Harmonies of #1C8C84
Complementary color
Monochromatic Colors of #1C8C84
Black with #1C8C84
Text Example
Text Example
White with #1C8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C84; }
p { color: rgb(28,140,132); }
H1.HeaderClassName
{
color: #1C8C84;
}
.AnyTagClassName
{
color: #1C8C84;
}
</style>
background-color css
<style>
a { background-color: #1C8C84; }
a { background-color: rgb(28,140,132); }
div.DivClassName
{
background-color: #1C8C84;
}
.BgClassName
{
background-color: #1C8C84;
}
</style>
border-color css
<style>
span { border-color: #1C8C84; }
span { border-color: rgb(28,140,132); }
td.TdClassName
{
border-color: #1C8C84;
}
.TagClassName
{
border-color: #1C8C84;
}
</style>