Shades of Java #1D9C9E
Tints of Java #1D9C9E
RGB
CMYK
RGB Variations
Color information
#1D9C9E (or 0x1D9C9E) is known color: Java. HEX triplet: 1D, 9C and 9E. RGB value is (29,156,158). Sum of RGB (Red+Green+Blue) = 29+156+158=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D9C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9C9E is #E26361. Grayscale: #767676. Windows color (decimal): -14836578 or 10394653. OLE color: 10394653.
HSL color Cylindrical-coordinate representation of color #1D9C9E: hue angle of 180.93º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9C9E is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 156 | 158 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.38 |
| HSL | 180.93º | 0.69% | 0.37% | - |
| HSV(B) | 180.93º | 0.82% | 0.62% | - |
| XYZ | 18.57 | 26.51 | 36.49 | - |
| YUV | 118.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 158 | 0.82 | 0.01 | 0 | 0.38 | 180.93 | 0.69 | 0.37 |
| Hex | 1D | 9C | 9E | 52 | 1 | 0 | 26 | B5 | 45 | 25 |
| Octal | 35 | 234 | 236 | 122 | 1 | 0 | 46 | 265 | 105 | 45 |
| Binary | 11101 | 10011100 | 10011110 | 1010010 | 1 | 0 | 100110 | 10110101 | 1000101 | 100101 |
Color Harmonies of #1D9C9E
Complementary color
Monochromatic Colors of #1D9C9E
Black with #1D9C9E
Text Example
Text Example
White with #1D9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C9E; }
p { color: rgb(29,156,158); }
H1.HeaderClassName
{
color: #1D9C9E;
}
.AnyTagClassName
{
color: #1D9C9E;
}
</style>
background-color css
<style>
a { background-color: #1D9C9E; }
a { background-color: rgb(29,156,158); }
div.DivClassName
{
background-color: #1D9C9E;
}
.BgClassName
{
background-color: #1D9C9E;
}
</style>
border-color css
<style>
span { border-color: #1D9C9E; }
span { border-color: rgb(29,156,158); }
td.TdClassName
{
border-color: #1D9C9E;
}
.TagClassName
{
border-color: #1D9C9E;
}
</style>