Shades of Java #1C878B
Tints of Java #1C878B
RGB
CMYK
RGB Variations
Color information
#1C878B (or 0x1C878B) is known color: Java. HEX triplet: 1C, 87 and 8B. RGB value is (28,135,139). Sum of RGB (Red+Green+Blue) = 28+135+139=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C878B is #E37874. Grayscale: #676767. Windows color (decimal): -14907509 or 9144092. OLE color: 9144092.
HSL color Cylindrical-coordinate representation of color #1C878B: hue angle of 182.16º degrees, saturation: 0.66, 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 #1C878B is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 135 | 139 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.45 |
| HSL | 182.16º | 0.66% | 0.33% | - |
| HSV(B) | 182.16º | 0.8% | 0.55% | - |
| XYZ | 13.8 | 19.44 | 27.45 | - |
| YUV | 103.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 139 | 0.80 | 0.03 | 0 | 0.45 | 182.16 | 0.66 | 0.33 |
| Hex | 1C | 87 | 8B | 50 | 3 | 0 | 2D | B6 | 42 | 21 |
| Octal | 34 | 207 | 213 | 120 | 3 | 0 | 55 | 266 | 102 | 41 |
| Binary | 11100 | 10000111 | 10001011 | 1010000 | 11 | 0 | 101101 | 10110110 | 1000010 | 100001 |
Color Harmonies of #1C878B
Complementary color
Monochromatic Colors of #1C878B
Black with #1C878B
Text Example
Text Example
White with #1C878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C878B; }
p { color: rgb(28,135,139); }
H1.HeaderClassName
{
color: #1C878B;
}
.AnyTagClassName
{
color: #1C878B;
}
</style>
background-color css
<style>
a { background-color: #1C878B; }
a { background-color: rgb(28,135,139); }
div.DivClassName
{
background-color: #1C878B;
}
.BgClassName
{
background-color: #1C878B;
}
</style>
border-color css
<style>
span { border-color: #1C878B; }
span { border-color: rgb(28,135,139); }
td.TdClassName
{
border-color: #1C878B;
}
.TagClassName
{
border-color: #1C878B;
}
</style>