Shades of Java #1D9A96
Tints of Java #1D9A96
RGB
CMYK
RGB Variations
Color information
#1D9A96 (or 0x1D9A96) is known color: Java. HEX triplet: 1D, 9A and 96. RGB value is (29,154,150). Sum of RGB (Red+Green+Blue) = 29+154+150=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9A96 is #E26569. Grayscale: #747474. Windows color (decimal): -14837098 or 9869853. OLE color: 9869853.
HSL color Cylindrical-coordinate representation of color #1D9A96: hue angle of 178.08º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A96 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 150 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.40 |
| HSL | 178.08º | 0.68% | 0.36% | - |
| HSV(B) | 178.08º | 0.81% | 0.6% | - |
| XYZ | 17.57 | 25.57 | 32.86 | - |
| YUV | 116.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 150 | 0.81 | 0 | 0.03 | 0.40 | 178.08 | 0.68 | 0.36 |
| Hex | 1D | 9A | 96 | 51 | 0 | 3 | 28 | B2 | 44 | 24 |
| Octal | 35 | 232 | 226 | 121 | 0 | 3 | 50 | 262 | 104 | 44 |
| Binary | 11101 | 10011010 | 10010110 | 1010001 | 0 | 11 | 101000 | 10110010 | 1000100 | 100100 |
Color Harmonies of #1D9A96
Complementary color
Monochromatic Colors of #1D9A96
Black with #1D9A96
Text Example
Text Example
White with #1D9A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A96; }
p { color: rgb(29,154,150); }
H1.HeaderClassName
{
color: #1D9A96;
}
.AnyTagClassName
{
color: #1D9A96;
}
</style>
background-color css
<style>
a { background-color: #1D9A96; }
a { background-color: rgb(29,154,150); }
div.DivClassName
{
background-color: #1D9A96;
}
.BgClassName
{
background-color: #1D9A96;
}
</style>
border-color css
<style>
span { border-color: #1D9A96; }
span { border-color: rgb(29,154,150); }
td.TdClassName
{
border-color: #1D9A96;
}
.TagClassName
{
border-color: #1D9A96;
}
</style>