Shades of Java #1E8B88
Tints of Java #1E8B88
RGB
CMYK
RGB Variations
Color information
#1E8B88 (or 0x1E8B88) is known color: Java. HEX triplet: 1E, 8B and 88. RGB value is (30,139,136). Sum of RGB (Red+Green+Blue) = 30+139+136=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8B88 is #E17477. Grayscale: #696969. Windows color (decimal): -14775416 or 8948510. OLE color: 8948510.
HSL color Cylindrical-coordinate representation of color #1E8B88: hue angle of 178.35º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8B88 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 139 | 136 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.45 |
| HSL | 178.35º | 0.64% | 0.33% | - |
| HSV(B) | 178.35º | 0.78% | 0.55% | - |
| XYZ | 14.21 | 20.52 | 26.5 | - |
| YUV | 106.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 136 | 0.78 | 0 | 0.02 | 0.45 | 178.35 | 0.64 | 0.33 |
| Hex | 1E | 8B | 88 | 4E | 0 | 2 | 2D | B2 | 40 | 21 |
| Octal | 36 | 213 | 210 | 116 | 0 | 2 | 55 | 262 | 100 | 41 |
| Binary | 11110 | 10001011 | 10001000 | 1001110 | 0 | 10 | 101101 | 10110010 | 1000000 | 100001 |
Color Harmonies of #1E8B88
Complementary color
Monochromatic Colors of #1E8B88
Black with #1E8B88
Text Example
Text Example
White with #1E8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8B88; }
p { color: rgb(30,139,136); }
H1.HeaderClassName
{
color: #1E8B88;
}
.AnyTagClassName
{
color: #1E8B88;
}
</style>
background-color css
<style>
a { background-color: #1E8B88; }
a { background-color: rgb(30,139,136); }
div.DivClassName
{
background-color: #1E8B88;
}
.BgClassName
{
background-color: #1E8B88;
}
</style>
border-color css
<style>
span { border-color: #1E8B88; }
span { border-color: rgb(30,139,136); }
td.TdClassName
{
border-color: #1E8B88;
}
.TagClassName
{
border-color: #1E8B88;
}
</style>