Shades of Java #1D969B
Tints of Java #1D969B
RGB
CMYK
RGB Variations
Color information
#1D969B (or 0x1D969B) is known color: Java. HEX triplet: 1D, 96 and 9B. RGB value is (29,150,155). Sum of RGB (Red+Green+Blue) = 29+150+155=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D969B is #E26964. Grayscale: #727272. Windows color (decimal): -14838117 or 10196509. OLE color: 10196509.
HSL color Cylindrical-coordinate representation of color #1D969B: hue angle of 182.38º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D969B is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 150 | 155 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.39 |
| HSL | 182.38º | 0.68% | 0.36% | - |
| HSV(B) | 182.38º | 0.81% | 0.61% | - |
| XYZ | 17.33 | 24.44 | 34.81 | - |
| YUV | 114.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 155 | 0.81 | 0.03 | 0 | 0.39 | 182.38 | 0.68 | 0.36 |
| Hex | 1D | 96 | 9B | 51 | 3 | 0 | 27 | B6 | 44 | 24 |
| Octal | 35 | 226 | 233 | 121 | 3 | 0 | 47 | 266 | 104 | 44 |
| Binary | 11101 | 10010110 | 10011011 | 1010001 | 11 | 0 | 100111 | 10110110 | 1000100 | 100100 |
Color Harmonies of #1D969B
Complementary color
Monochromatic Colors of #1D969B
Black with #1D969B
Text Example
Text Example
White with #1D969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D969B; }
p { color: rgb(29,150,155); }
H1.HeaderClassName
{
color: #1D969B;
}
.AnyTagClassName
{
color: #1D969B;
}
</style>
background-color css
<style>
a { background-color: #1D969B; }
a { background-color: rgb(29,150,155); }
div.DivClassName
{
background-color: #1D969B;
}
.BgClassName
{
background-color: #1D969B;
}
</style>
border-color css
<style>
span { border-color: #1D969B; }
span { border-color: rgb(29,150,155); }
td.TdClassName
{
border-color: #1D969B;
}
.TagClassName
{
border-color: #1D969B;
}
</style>