Shades of Java #1DA196
Tints of Java #1DA196
RGB
CMYK
RGB Variations
Color information
#1DA196 (or 0x1DA196) is known color: Java. HEX triplet: 1D, A1 and 96. RGB value is (29,161,150). Sum of RGB (Red+Green+Blue) = 29+161+150=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA196 is #E25E69. Grayscale: #787878. Windows color (decimal): -14835306 or 9871645. OLE color: 9871645.
HSL color Cylindrical-coordinate representation of color #1DA196: hue angle of 175º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA196 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 150 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.37 |
| HSL | 175º | 0.69% | 0.37% | - |
| HSV(B) | 175º | 0.82% | 0.63% | - |
| XYZ | 18.76 | 27.95 | 33.26 | - |
| YUV | 120.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 150 | 0.82 | 0 | 0.07 | 0.37 | 175 | 0.69 | 0.37 |
| Hex | 1D | A1 | 96 | 52 | 0 | 7 | 25 | AF | 45 | 25 |
| Octal | 35 | 241 | 226 | 122 | 0 | 7 | 45 | 257 | 105 | 45 |
| Binary | 11101 | 10100001 | 10010110 | 1010010 | 0 | 111 | 100101 | 10101111 | 1000101 | 100101 |
Color Harmonies of #1DA196
Complementary color
Monochromatic Colors of #1DA196
Black with #1DA196
Text Example
Text Example
White with #1DA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA196; }
p { color: rgb(29,161,150); }
H1.HeaderClassName
{
color: #1DA196;
}
.AnyTagClassName
{
color: #1DA196;
}
</style>
background-color css
<style>
a { background-color: #1DA196; }
a { background-color: rgb(29,161,150); }
div.DivClassName
{
background-color: #1DA196;
}
.BgClassName
{
background-color: #1DA196;
}
</style>
border-color css
<style>
span { border-color: #1DA196; }
span { border-color: rgb(29,161,150); }
td.TdClassName
{
border-color: #1DA196;
}
.TagClassName
{
border-color: #1DA196;
}
</style>