Shades of Java #1D9992
Tints of Java #1D9992
RGB
CMYK
RGB Variations
Color information
#1D9992 (or 0x1D9992) is known color: Java. HEX triplet: 1D, 99 and 92. RGB value is (29,153,146). Sum of RGB (Red+Green+Blue) = 29+153+146=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9992 is #E2666D. Grayscale: #737373. Windows color (decimal): -14837358 or 9607453. OLE color: 9607453.
HSL color Cylindrical-coordinate representation of color #1D9992: hue angle of 176.61º 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 #1D9992 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 146 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.4 |
| HSL | 176.61º | 0.68% | 0.36% | - |
| HSV(B) | 176.61º | 0.81% | 0.6% | - |
| XYZ | 17.09 | 25.12 | 31.14 | - |
| YUV | 115.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 146 | 0.81 | 0 | 0.05 | 0.4 | 176.61 | 0.68 | 0.36 |
| Hex | 1D | 99 | 92 | 51 | 0 | 5 | 28 | B1 | 44 | 24 |
| Octal | 35 | 231 | 222 | 121 | 0 | 5 | 50 | 261 | 104 | 44 |
| Binary | 11101 | 10011001 | 10010010 | 1010001 | 0 | 101 | 101000 | 10110001 | 1000100 | 100100 |
Color Harmonies of #1D9992
Complementary color
Monochromatic Colors of #1D9992
Black with #1D9992
Text Example
Text Example
White with #1D9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9992; }
p { color: rgb(29,153,146); }
H1.HeaderClassName
{
color: #1D9992;
}
.AnyTagClassName
{
color: #1D9992;
}
</style>
background-color css
<style>
a { background-color: #1D9992; }
a { background-color: rgb(29,153,146); }
div.DivClassName
{
background-color: #1D9992;
}
.BgClassName
{
background-color: #1D9992;
}
</style>
border-color css
<style>
span { border-color: #1D9992; }
span { border-color: rgb(29,153,146); }
td.TdClassName
{
border-color: #1D9992;
}
.TagClassName
{
border-color: #1D9992;
}
</style>