Shades of Java #1C878C
Tints of Java #1C878C
RGB
CMYK
RGB Variations
Color information
#1C878C (or 0x1C878C) is known color: Java. HEX triplet: 1C, 87 and 8C. RGB value is (28,135,140). Sum of RGB (Red+Green+Blue) = 28+135+140=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C878C is #E37873. Grayscale: #676767. Windows color (decimal): -14907508 or 9209628. OLE color: 9209628.
HSL color Cylindrical-coordinate representation of color #1C878C: hue angle of 182.68º 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 #1C878C is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 135 | 140 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.45 |
| HSL | 182.68º | 0.67% | 0.33% | - |
| HSV(B) | 182.68º | 0.8% | 0.55% | - |
| XYZ | 13.88 | 19.47 | 27.84 | - |
| YUV | 103.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 140 | 0.80 | 0.04 | 0 | 0.45 | 182.68 | 0.67 | 0.33 |
| Hex | 1C | 87 | 8C | 50 | 4 | 0 | 2D | B7 | 43 | 21 |
| Octal | 34 | 207 | 214 | 120 | 4 | 0 | 55 | 267 | 103 | 41 |
| Binary | 11100 | 10000111 | 10001100 | 1010000 | 100 | 0 | 101101 | 10110111 | 1000011 | 100001 |
Color Harmonies of #1C878C
Complementary color
Monochromatic Colors of #1C878C
Black with #1C878C
Text Example
Text Example
White with #1C878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C878C; }
p { color: rgb(28,135,140); }
H1.HeaderClassName
{
color: #1C878C;
}
.AnyTagClassName
{
color: #1C878C;
}
</style>
background-color css
<style>
a { background-color: #1C878C; }
a { background-color: rgb(28,135,140); }
div.DivClassName
{
background-color: #1C878C;
}
.BgClassName
{
background-color: #1C878C;
}
</style>
border-color css
<style>
span { border-color: #1C878C; }
span { border-color: rgb(28,135,140); }
td.TdClassName
{
border-color: #1C878C;
}
.TagClassName
{
border-color: #1C878C;
}
</style>