Shades of Java #1DA49B
Tints of Java #1DA49B
RGB
CMYK
RGB Variations
Color information
#1DA49B (or 0x1DA49B) is known color: Java. HEX triplet: 1D, A4 and 9B. RGB value is (29,164,155). Sum of RGB (Red+Green+Blue) = 29+164+155=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA49B is #E25B64. Grayscale: #7A7A7A. Windows color (decimal): -14834533 or 10200093. OLE color: 10200093.
HSL color Cylindrical-coordinate representation of color #1DA49B: hue angle of 176º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA49B is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 155 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.36 |
| HSL | 176º | 0.7% | 0.38% | - |
| HSV(B) | 176º | 0.82% | 0.64% | - |
| XYZ | 19.7 | 29.18 | 35.6 | - |
| YUV | 122.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 155 | 0.82 | 0 | 0.05 | 0.36 | 176 | 0.7 | 0.38 |
| Hex | 1D | A4 | 9B | 52 | 0 | 5 | 24 | B0 | 46 | 26 |
| Octal | 35 | 244 | 233 | 122 | 0 | 5 | 44 | 260 | 106 | 46 |
| Binary | 11101 | 10100100 | 10011011 | 1010010 | 0 | 101 | 100100 | 10110000 | 1000110 | 100110 |
Color Harmonies of #1DA49B
Complementary color
Monochromatic Colors of #1DA49B
Black with #1DA49B
Text Example
Text Example
White with #1DA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA49B; }
p { color: rgb(29,164,155); }
H1.HeaderClassName
{
color: #1DA49B;
}
.AnyTagClassName
{
color: #1DA49B;
}
</style>
background-color css
<style>
a { background-color: #1DA49B; }
a { background-color: rgb(29,164,155); }
div.DivClassName
{
background-color: #1DA49B;
}
.BgClassName
{
background-color: #1DA49B;
}
</style>
border-color css
<style>
span { border-color: #1DA49B; }
span { border-color: rgb(29,164,155); }
td.TdClassName
{
border-color: #1DA49B;
}
.TagClassName
{
border-color: #1DA49B;
}
</style>