Shades of Java #1D9898
Tints of Java #1D9898
RGB
CMYK
RGB Variations
Color information
#1D9898 (or 0x1D9898) is known color: Java. HEX triplet: 1D, 98 and 98. RGB value is (29,152,152). Sum of RGB (Red+Green+Blue) = 29+152+152=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #1D9898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9898 is #E26767. Grayscale: #737373. Windows color (decimal): -14837608 or 10000413. OLE color: 10000413.
HSL color Cylindrical-coordinate representation of color #1D9898: hue angle of 180º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9898 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 152 | - |
| CMYK | 0.81 | 0 | 0 | 0.40 |
| HSL | 180º | 0.68% | 0.35% | - |
| HSV(B) | 180º | 0.81% | 0.6% | - |
| XYZ | 17.4 | 24.98 | 33.61 | - |
| YUV | 115.22 | 148.75 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 152 | 0.81 | 0 | 0 | 0.40 | 180 | 0.68 | 0.35 |
| Hex | 1D | 98 | 98 | 51 | 0 | 0 | 28 | B4 | 44 | 23 |
| Octal | 35 | 230 | 230 | 121 | 0 | 0 | 50 | 264 | 104 | 43 |
| Binary | 11101 | 10011000 | 10011000 | 1010001 | 0 | 0 | 101000 | 10110100 | 1000100 | 100011 |
Color Harmonies of #1D9898
Complementary color
Monochromatic Colors of #1D9898
Black with #1D9898
Text Example
Text Example
White with #1D9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9898; }
p { color: rgb(29,152,152); }
H1.HeaderClassName
{
color: #1D9898;
}
.AnyTagClassName
{
color: #1D9898;
}
</style>
background-color css
<style>
a { background-color: #1D9898; }
a { background-color: rgb(29,152,152); }
div.DivClassName
{
background-color: #1D9898;
}
.BgClassName
{
background-color: #1D9898;
}
</style>
border-color css
<style>
span { border-color: #1D9898; }
span { border-color: rgb(29,152,152); }
td.TdClassName
{
border-color: #1D9898;
}
.TagClassName
{
border-color: #1D9898;
}
</style>