Shades of Java #1C888A
Tints of Java #1C888A
RGB
CMYK
RGB Variations
Color information
#1C888A (or 0x1C888A) is known color: Java. HEX triplet: 1C, 88 and 8A. RGB value is (28,136,138). Sum of RGB (Red+Green+Blue) = 28+136+138=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C888A is #E37775. Grayscale: #676767. Windows color (decimal): -14907254 or 9078812. OLE color: 9078812.
HSL color Cylindrical-coordinate representation of color #1C888A: hue angle of 181.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C888A is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 136 | 138 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.46 |
| HSL | 181.09º | 0.66% | 0.33% | - |
| HSV(B) | 181.09º | 0.8% | 0.54% | - |
| XYZ | 13.87 | 19.69 | 27.11 | - |
| YUV | 103.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 138 | 0.80 | 0.01 | 0 | 0.46 | 181.09 | 0.66 | 0.33 |
| Hex | 1C | 88 | 8A | 50 | 1 | 0 | 2E | B5 | 42 | 21 |
| Octal | 34 | 210 | 212 | 120 | 1 | 0 | 56 | 265 | 102 | 41 |
| Binary | 11100 | 10001000 | 10001010 | 1010000 | 1 | 0 | 101110 | 10110101 | 1000010 | 100001 |
Color Harmonies of #1C888A
Complementary color
Monochromatic Colors of #1C888A
Black with #1C888A
Text Example
Text Example
White with #1C888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C888A; }
p { color: rgb(28,136,138); }
H1.HeaderClassName
{
color: #1C888A;
}
.AnyTagClassName
{
color: #1C888A;
}
</style>
background-color css
<style>
a { background-color: #1C888A; }
a { background-color: rgb(28,136,138); }
div.DivClassName
{
background-color: #1C888A;
}
.BgClassName
{
background-color: #1C888A;
}
</style>
border-color css
<style>
span { border-color: #1C888A; }
span { border-color: rgb(28,136,138); }
td.TdClassName
{
border-color: #1C888A;
}
.TagClassName
{
border-color: #1C888A;
}
</style>