Shades of Java #1C888B
Tints of Java #1C888B
RGB
CMYK
RGB Variations
Color information
#1C888B (or 0x1C888B) is known color: Java. HEX triplet: 1C, 88 and 8B. RGB value is (28,136,139). Sum of RGB (Red+Green+Blue) = 28+136+139=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C888B is #E37774. Grayscale: #676767. Windows color (decimal): -14907253 or 9144348. OLE color: 9144348.
HSL color Cylindrical-coordinate representation of color #1C888B: hue angle of 181.62º 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 #1C888B is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 136 | 139 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.45 |
| HSL | 181.62º | 0.66% | 0.33% | - |
| HSV(B) | 181.62º | 0.8% | 0.55% | - |
| XYZ | 13.94 | 19.72 | 27.5 | - |
| YUV | 104.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 139 | 0.80 | 0.02 | 0 | 0.45 | 181.62 | 0.66 | 0.33 |
| Hex | 1C | 88 | 8B | 50 | 2 | 0 | 2D | B6 | 42 | 21 |
| Octal | 34 | 210 | 213 | 120 | 2 | 0 | 55 | 266 | 102 | 41 |
| Binary | 11100 | 10001000 | 10001011 | 1010000 | 10 | 0 | 101101 | 10110110 | 1000010 | 100001 |
Color Harmonies of #1C888B
Complementary color
Monochromatic Colors of #1C888B
Black with #1C888B
Text Example
Text Example
White with #1C888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C888B; }
p { color: rgb(28,136,139); }
H1.HeaderClassName
{
color: #1C888B;
}
.AnyTagClassName
{
color: #1C888B;
}
</style>
background-color css
<style>
a { background-color: #1C888B; }
a { background-color: rgb(28,136,139); }
div.DivClassName
{
background-color: #1C888B;
}
.BgClassName
{
background-color: #1C888B;
}
</style>
border-color css
<style>
span { border-color: #1C888B; }
span { border-color: rgb(28,136,139); }
td.TdClassName
{
border-color: #1C888B;
}
.TagClassName
{
border-color: #1C888B;
}
</style>