Shades of Java #1D9799
Tints of Java #1D9799
RGB
CMYK
RGB Variations
Color information
#1D9799 (or 0x1D9799) is known color: Java. HEX triplet: 1D, 97 and 99. RGB value is (29,151,153). Sum of RGB (Red+Green+Blue) = 29+151+153=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D9799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9799 is #E26866. Grayscale: #727272. Windows color (decimal): -14837863 or 10065693. OLE color: 10065693.
HSL color Cylindrical-coordinate representation of color #1D9799: hue angle of 180.97º 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 #1D9799 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 151 | 153 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.4 |
| HSL | 180.97º | 0.68% | 0.36% | - |
| HSV(B) | 180.97º | 0.81% | 0.6% | - |
| XYZ | 17.32 | 24.69 | 33.99 | - |
| YUV | 114.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 153 | 0.81 | 0.01 | 0 | 0.4 | 180.97 | 0.68 | 0.36 |
| Hex | 1D | 97 | 99 | 51 | 1 | 0 | 28 | B5 | 44 | 24 |
| Octal | 35 | 227 | 231 | 121 | 1 | 0 | 50 | 265 | 104 | 44 |
| Binary | 11101 | 10010111 | 10011001 | 1010001 | 1 | 0 | 101000 | 10110101 | 1000100 | 100100 |
Color Harmonies of #1D9799
Complementary color
Monochromatic Colors of #1D9799
Black with #1D9799
Text Example
Text Example
White with #1D9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9799; }
p { color: rgb(29,151,153); }
H1.HeaderClassName
{
color: #1D9799;
}
.AnyTagClassName
{
color: #1D9799;
}
</style>
background-color css
<style>
a { background-color: #1D9799; }
a { background-color: rgb(29,151,153); }
div.DivClassName
{
background-color: #1D9799;
}
.BgClassName
{
background-color: #1D9799;
}
</style>
border-color css
<style>
span { border-color: #1D9799; }
span { border-color: rgb(29,151,153); }
td.TdClassName
{
border-color: #1D9799;
}
.TagClassName
{
border-color: #1D9799;
}
</style>