Shades of Java #1D9793
Tints of Java #1D9793
RGB
CMYK
RGB Variations
Color information
#1D9793 (or 0x1D9793) is known color: Java. HEX triplet: 1D, 97 and 93. RGB value is (29,151,147). Sum of RGB (Red+Green+Blue) = 29+151+147=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #1D9793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9793 is #E2686C. Grayscale: #717171. Windows color (decimal): -14837869 or 9672477. OLE color: 9672477.
HSL color Cylindrical-coordinate representation of color #1D9793: hue angle of 178.03º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9793 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 151 | 147 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.41 |
| HSL | 178.03º | 0.68% | 0.35% | - |
| HSV(B) | 178.03º | 0.81% | 0.59% | - |
| XYZ | 16.84 | 24.5 | 31.45 | - |
| YUV | 114.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 147 | 0.81 | 0 | 0.03 | 0.41 | 178.03 | 0.68 | 0.35 |
| Hex | 1D | 97 | 93 | 51 | 0 | 3 | 29 | B2 | 44 | 23 |
| Octal | 35 | 227 | 223 | 121 | 0 | 3 | 51 | 262 | 104 | 43 |
| Binary | 11101 | 10010111 | 10010011 | 1010001 | 0 | 11 | 101001 | 10110010 | 1000100 | 100011 |
Color Harmonies of #1D9793
Complementary color
Monochromatic Colors of #1D9793
Black with #1D9793
Text Example
Text Example
White with #1D9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9793; }
p { color: rgb(29,151,147); }
H1.HeaderClassName
{
color: #1D9793;
}
.AnyTagClassName
{
color: #1D9793;
}
</style>
background-color css
<style>
a { background-color: #1D9793; }
a { background-color: rgb(29,151,147); }
div.DivClassName
{
background-color: #1D9793;
}
.BgClassName
{
background-color: #1D9793;
}
</style>
border-color css
<style>
span { border-color: #1D9793; }
span { border-color: rgb(29,151,147); }
td.TdClassName
{
border-color: #1D9793;
}
.TagClassName
{
border-color: #1D9793;
}
</style>