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