Shades of Java #1D989C
Tints of Java #1D989C
RGB
CMYK
RGB Variations
Color information
#1D989C (or 0x1D989C) is known color: Java. HEX triplet: 1D, 98 and 9C. RGB value is (29,152,156). Sum of RGB (Red+Green+Blue) = 29+152+156=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D989C is #E26763. Grayscale: #737373. Windows color (decimal): -14837604 or 10262557. OLE color: 10262557.
HSL color Cylindrical-coordinate representation of color #1D989C: hue angle of 181.89º 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 #1D989C is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 152 | 156 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.39 |
| HSL | 181.89º | 0.69% | 0.36% | - |
| HSV(B) | 181.89º | 0.81% | 0.61% | - |
| XYZ | 17.74 | 25.12 | 35.37 | - |
| YUV | 115.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 156 | 0.81 | 0.03 | 0 | 0.39 | 181.89 | 0.69 | 0.36 |
| Hex | 1D | 98 | 9C | 51 | 3 | 0 | 27 | B6 | 45 | 24 |
| Octal | 35 | 230 | 234 | 121 | 3 | 0 | 47 | 266 | 105 | 44 |
| Binary | 11101 | 10011000 | 10011100 | 1010001 | 11 | 0 | 100111 | 10110110 | 1000101 | 100100 |
Color Harmonies of #1D989C
Complementary color
Monochromatic Colors of #1D989C
Black with #1D989C
Text Example
Text Example
White with #1D989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D989C; }
p { color: rgb(29,152,156); }
H1.HeaderClassName
{
color: #1D989C;
}
.AnyTagClassName
{
color: #1D989C;
}
</style>
background-color css
<style>
a { background-color: #1D989C; }
a { background-color: rgb(29,152,156); }
div.DivClassName
{
background-color: #1D989C;
}
.BgClassName
{
background-color: #1D989C;
}
</style>
border-color css
<style>
span { border-color: #1D989C; }
span { border-color: rgb(29,152,156); }
td.TdClassName
{
border-color: #1D989C;
}
.TagClassName
{
border-color: #1D989C;
}
</style>