Shades of Java #1D9888
Tints of Java #1D9888
RGB
CMYK
RGB Variations
Color information
#1D9888 (or 0x1D9888) is known color: Java. HEX triplet: 1D, 98 and 88. RGB value is (29,152,136). Sum of RGB (Red+Green+Blue) = 29+152+136=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #1D9888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9888 is #E26777. Grayscale: #717171. Windows color (decimal): -14837624 or 8951837. OLE color: 8951837.
HSL color Cylindrical-coordinate representation of color #1D9888: hue angle of 172.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9888 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 136 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.40 |
| HSL | 172.2º | 0.68% | 0.35% | - |
| HSV(B) | 172.2º | 0.81% | 0.6% | - |
| XYZ | 16.18 | 24.5 | 27.17 | - |
| YUV | 113.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 136 | 0.81 | 0 | 0.11 | 0.40 | 172.2 | 0.68 | 0.35 |
| Hex | 1D | 98 | 88 | 51 | 0 | B | 28 | AC | 44 | 23 |
| Octal | 35 | 230 | 210 | 121 | 0 | 13 | 50 | 254 | 104 | 43 |
| Binary | 11101 | 10011000 | 10001000 | 1010001 | 0 | 1011 | 101000 | 10101100 | 1000100 | 100011 |
Color Harmonies of #1D9888
Complementary color
Monochromatic Colors of #1D9888
Black with #1D9888
Text Example
Text Example
White with #1D9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9888; }
p { color: rgb(29,152,136); }
H1.HeaderClassName
{
color: #1D9888;
}
.AnyTagClassName
{
color: #1D9888;
}
</style>
background-color css
<style>
a { background-color: #1D9888; }
a { background-color: rgb(29,152,136); }
div.DivClassName
{
background-color: #1D9888;
}
.BgClassName
{
background-color: #1D9888;
}
</style>
border-color css
<style>
span { border-color: #1D9888; }
span { border-color: rgb(29,152,136); }
td.TdClassName
{
border-color: #1D9888;
}
.TagClassName
{
border-color: #1D9888;
}
</style>