Shades of Java #1D9699
Tints of Java #1D9699
RGB
CMYK
RGB Variations
Color information
#1D9699 (or 0x1D9699) is known color: Java. HEX triplet: 1D, 96 and 99. RGB value is (29,150,153). Sum of RGB (Red+Green+Blue) = 29+150+153=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D9699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9699 is #E26966. Grayscale: #727272. Windows color (decimal): -14838119 or 10065437. OLE color: 10065437.
HSL color Cylindrical-coordinate representation of color #1D9699: hue angle of 181.45º 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 #1D9699 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 150 | 153 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.4 |
| HSL | 181.45º | 0.68% | 0.36% | - |
| HSV(B) | 181.45º | 0.81% | 0.6% | - |
| XYZ | 17.16 | 24.37 | 33.94 | - |
| YUV | 114.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 153 | 0.81 | 0.02 | 0 | 0.4 | 181.45 | 0.68 | 0.36 |
| Hex | 1D | 96 | 99 | 51 | 2 | 0 | 28 | B5 | 44 | 24 |
| Octal | 35 | 226 | 231 | 121 | 2 | 0 | 50 | 265 | 104 | 44 |
| Binary | 11101 | 10010110 | 10011001 | 1010001 | 10 | 0 | 101000 | 10110101 | 1000100 | 100100 |
Color Harmonies of #1D9699
Complementary color
Monochromatic Colors of #1D9699
Black with #1D9699
Text Example
Text Example
White with #1D9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9699; }
p { color: rgb(29,150,153); }
H1.HeaderClassName
{
color: #1D9699;
}
.AnyTagClassName
{
color: #1D9699;
}
</style>
background-color css
<style>
a { background-color: #1D9699; }
a { background-color: rgb(29,150,153); }
div.DivClassName
{
background-color: #1D9699;
}
.BgClassName
{
background-color: #1D9699;
}
</style>
border-color css
<style>
span { border-color: #1D9699; }
span { border-color: rgb(29,150,153); }
td.TdClassName
{
border-color: #1D9699;
}
.TagClassName
{
border-color: #1D9699;
}
</style>