Shades of Java #1D9A94
Tints of Java #1D9A94
RGB
CMYK
RGB Variations
Color information
#1D9A94 (or 0x1D9A94) is known color: Java. HEX triplet: 1D, 9A and 94. RGB value is (29,154,148). Sum of RGB (Red+Green+Blue) = 29+154+148=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9A94 is #E2656B. Grayscale: #737373. Windows color (decimal): -14837100 or 9738781. OLE color: 9738781.
HSL color Cylindrical-coordinate representation of color #1D9A94: hue angle of 177.12º 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 #1D9A94 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 148 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.40 |
| HSL | 177.12º | 0.68% | 0.36% | - |
| HSV(B) | 177.12º | 0.81% | 0.6% | - |
| XYZ | 17.41 | 25.51 | 32.02 | - |
| YUV | 115.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 148 | 0.81 | 0 | 0.04 | 0.40 | 177.12 | 0.68 | 0.36 |
| Hex | 1D | 9A | 94 | 51 | 0 | 4 | 28 | B1 | 44 | 24 |
| Octal | 35 | 232 | 224 | 121 | 0 | 4 | 50 | 261 | 104 | 44 |
| Binary | 11101 | 10011010 | 10010100 | 1010001 | 0 | 100 | 101000 | 10110001 | 1000100 | 100100 |
Color Harmonies of #1D9A94
Complementary color
Monochromatic Colors of #1D9A94
Black with #1D9A94
Text Example
Text Example
White with #1D9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A94; }
p { color: rgb(29,154,148); }
H1.HeaderClassName
{
color: #1D9A94;
}
.AnyTagClassName
{
color: #1D9A94;
}
</style>
background-color css
<style>
a { background-color: #1D9A94; }
a { background-color: rgb(29,154,148); }
div.DivClassName
{
background-color: #1D9A94;
}
.BgClassName
{
background-color: #1D9A94;
}
</style>
border-color css
<style>
span { border-color: #1D9A94; }
span { border-color: rgb(29,154,148); }
td.TdClassName
{
border-color: #1D9A94;
}
.TagClassName
{
border-color: #1D9A94;
}
</style>