Shades of Java #1D9189
Tints of Java #1D9189
RGB
CMYK
RGB Variations
Color information
#1D9189 (or 0x1D9189) is known color: Java. HEX triplet: 1D, 91 and 89. RGB value is (29,145,137). Sum of RGB (Red+Green+Blue) = 29+145+137=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9189 is #E26E76. Grayscale: #6D6D6D. Windows color (decimal): -14839415 or 9015581. OLE color: 9015581.
HSL color Cylindrical-coordinate representation of color #1D9189: hue angle of 175.86º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9189 is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 137 | - |
| CMYK | 0.8 | 0 | 0.06 | 0.43 |
| HSL | 175.86º | 0.67% | 0.34% | - |
| HSV(B) | 175.86º | 0.8% | 0.57% | - |
| XYZ | 15.15 | 22.32 | 27.18 | - |
| YUV | 109.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 137 | 0.8 | 0 | 0.06 | 0.43 | 175.86 | 0.67 | 0.34 |
| Hex | 1D | 91 | 89 | 50 | 0 | 6 | 2B | B0 | 43 | 22 |
| Octal | 35 | 221 | 211 | 120 | 0 | 6 | 53 | 260 | 103 | 42 |
| Binary | 11101 | 10010001 | 10001001 | 1010000 | 0 | 110 | 101011 | 10110000 | 1000011 | 100010 |
Color Harmonies of #1D9189
Complementary color
Monochromatic Colors of #1D9189
Black with #1D9189
Text Example
Text Example
White with #1D9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9189; }
p { color: rgb(29,145,137); }
H1.HeaderClassName
{
color: #1D9189;
}
.AnyTagClassName
{
color: #1D9189;
}
</style>
background-color css
<style>
a { background-color: #1D9189; }
a { background-color: rgb(29,145,137); }
div.DivClassName
{
background-color: #1D9189;
}
.BgClassName
{
background-color: #1D9189;
}
</style>
border-color css
<style>
span { border-color: #1D9189; }
span { border-color: rgb(29,145,137); }
td.TdClassName
{
border-color: #1D9189;
}
.TagClassName
{
border-color: #1D9189;
}
</style>