Shades of Java #1D9C8B
Tints of Java #1D9C8B
RGB
CMYK
RGB Variations
Color information
#1D9C8B (or 0x1D9C8B) is known color: Java. HEX triplet: 1D, 9C and 8B. RGB value is (29,156,139). Sum of RGB (Red+Green+Blue) = 29+156+139=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9C8B is #E26374. Grayscale: #747474. Windows color (decimal): -14836597 or 9149469. OLE color: 9149469.
HSL color Cylindrical-coordinate representation of color #1D9C8B: hue angle of 171.97º degrees, saturation: 0.69, 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 #1D9C8B is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 139 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.39 |
| HSL | 171.97º | 0.69% | 0.36% | - |
| HSV(B) | 171.97º | 0.81% | 0.61% | - |
| XYZ | 17.06 | 25.9 | 28.53 | - |
| YUV | 116.09 | 140.92 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 139 | 0.81 | 0 | 0.11 | 0.39 | 171.97 | 0.69 | 0.36 |
| Hex | 1D | 9C | 8B | 51 | 0 | B | 27 | AC | 45 | 24 |
| Octal | 35 | 234 | 213 | 121 | 0 | 13 | 47 | 254 | 105 | 44 |
| Binary | 11101 | 10011100 | 10001011 | 1010001 | 0 | 1011 | 100111 | 10101100 | 1000101 | 100100 |
Color Harmonies of #1D9C8B
Complementary color
Monochromatic Colors of #1D9C8B
Black with #1D9C8B
Text Example
Text Example
White with #1D9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C8B; }
p { color: rgb(29,156,139); }
H1.HeaderClassName
{
color: #1D9C8B;
}
.AnyTagClassName
{
color: #1D9C8B;
}
</style>
background-color css
<style>
a { background-color: #1D9C8B; }
a { background-color: rgb(29,156,139); }
div.DivClassName
{
background-color: #1D9C8B;
}
.BgClassName
{
background-color: #1D9C8B;
}
</style>
border-color css
<style>
span { border-color: #1D9C8B; }
span { border-color: rgb(29,156,139); }
td.TdClassName
{
border-color: #1D9C8B;
}
.TagClassName
{
border-color: #1D9C8B;
}
</style>