Shades of Java #1D989B
Tints of Java #1D989B
RGB
CMYK
RGB Variations
Color information
#1D989B (or 0x1D989B) is known color: Java. HEX triplet: 1D, 98 and 9B. RGB value is (29,152,155). Sum of RGB (Red+Green+Blue) = 29+152+155=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D989B is #E26764. Grayscale: #737373. Windows color (decimal): -14837605 or 10197021. OLE color: 10197021.
HSL color Cylindrical-coordinate representation of color #1D989B: hue angle of 181.43º 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 #1D989B is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 152 | 155 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.39 |
| HSL | 181.43º | 0.68% | 0.36% | - |
| HSV(B) | 181.43º | 0.81% | 0.61% | - |
| XYZ | 17.65 | 25.08 | 34.92 | - |
| YUV | 115.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 155 | 0.81 | 0.02 | 0 | 0.39 | 181.43 | 0.68 | 0.36 |
| Hex | 1D | 98 | 9B | 51 | 2 | 0 | 27 | B5 | 44 | 24 |
| Octal | 35 | 230 | 233 | 121 | 2 | 0 | 47 | 265 | 104 | 44 |
| Binary | 11101 | 10011000 | 10011011 | 1010001 | 10 | 0 | 100111 | 10110101 | 1000100 | 100100 |
Color Harmonies of #1D989B
Complementary color
Monochromatic Colors of #1D989B
Black with #1D989B
Text Example
Text Example
White with #1D989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D989B; }
p { color: rgb(29,152,155); }
H1.HeaderClassName
{
color: #1D989B;
}
.AnyTagClassName
{
color: #1D989B;
}
</style>
background-color css
<style>
a { background-color: #1D989B; }
a { background-color: rgb(29,152,155); }
div.DivClassName
{
background-color: #1D989B;
}
.BgClassName
{
background-color: #1D989B;
}
</style>
border-color css
<style>
span { border-color: #1D989B; }
span { border-color: rgb(29,152,155); }
td.TdClassName
{
border-color: #1D989B;
}
.TagClassName
{
border-color: #1D989B;
}
</style>