Shades of Java #1D9185
Tints of Java #1D9185
RGB
CMYK
RGB Variations
Color information
#1D9185 (or 0x1D9185) is known color: Java. HEX triplet: 1D, 91 and 85. RGB value is (29,145,133). Sum of RGB (Red+Green+Blue) = 29+145+133=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9185 is #E26E7A. Grayscale: #6C6C6C. Windows color (decimal): -14839419 or 8753437. OLE color: 8753437.
HSL color Cylindrical-coordinate representation of color #1D9185: hue angle of 173.79º 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 #1D9185 is Cyan = 0.8, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 133 | - |
| CMYK | 0.8 | 0 | 0.08 | 0.43 |
| HSL | 173.79º | 0.67% | 0.34% | - |
| HSV(B) | 173.79º | 0.8% | 0.57% | - |
| XYZ | 14.87 | 22.21 | 25.69 | - |
| YUV | 108.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 133 | 0.8 | 0 | 0.08 | 0.43 | 173.79 | 0.67 | 0.34 |
| Hex | 1D | 91 | 85 | 50 | 0 | 8 | 2B | AE | 43 | 22 |
| Octal | 35 | 221 | 205 | 120 | 0 | 10 | 53 | 256 | 103 | 42 |
| Binary | 11101 | 10010001 | 10000101 | 1010000 | 0 | 1000 | 101011 | 10101110 | 1000011 | 100010 |
Color Harmonies of #1D9185
Complementary color
Monochromatic Colors of #1D9185
Black with #1D9185
Text Example
Text Example
White with #1D9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9185; }
p { color: rgb(29,145,133); }
H1.HeaderClassName
{
color: #1D9185;
}
.AnyTagClassName
{
color: #1D9185;
}
</style>
background-color css
<style>
a { background-color: #1D9185; }
a { background-color: rgb(29,145,133); }
div.DivClassName
{
background-color: #1D9185;
}
.BgClassName
{
background-color: #1D9185;
}
</style>
border-color css
<style>
span { border-color: #1D9185; }
span { border-color: rgb(29,145,133); }
td.TdClassName
{
border-color: #1D9185;
}
.TagClassName
{
border-color: #1D9185;
}
</style>