Shades of Java #1D9398
Tints of Java #1D9398
RGB
CMYK
RGB Variations
Color information
#1D9398 (or 0x1D9398) is known color: Java. HEX triplet: 1D, 93 and 98. RGB value is (29,147,152). Sum of RGB (Red+Green+Blue) = 29+147+152=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D9398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9398 is #E26C67. Grayscale: #707070. Windows color (decimal): -14838888 or 9999133. OLE color: 9999133.
HSL color Cylindrical-coordinate representation of color #1D9398: hue angle of 182.44º 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 #1D9398 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 147 | 152 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.40 |
| HSL | 182.44º | 0.68% | 0.35% | - |
| HSV(B) | 182.44º | 0.81% | 0.6% | - |
| XYZ | 16.61 | 23.4 | 33.35 | - |
| YUV | 112.29 | 150.41 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 152 | 0.81 | 0.03 | 0 | 0.40 | 182.44 | 0.68 | 0.35 |
| Hex | 1D | 93 | 98 | 51 | 3 | 0 | 28 | B6 | 44 | 23 |
| Octal | 35 | 223 | 230 | 121 | 3 | 0 | 50 | 266 | 104 | 43 |
| Binary | 11101 | 10010011 | 10011000 | 1010001 | 11 | 0 | 101000 | 10110110 | 1000100 | 100011 |
Color Harmonies of #1D9398
Complementary color
Monochromatic Colors of #1D9398
Black with #1D9398
Text Example
Text Example
White with #1D9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9398; }
p { color: rgb(29,147,152); }
H1.HeaderClassName
{
color: #1D9398;
}
.AnyTagClassName
{
color: #1D9398;
}
</style>
background-color css
<style>
a { background-color: #1D9398; }
a { background-color: rgb(29,147,152); }
div.DivClassName
{
background-color: #1D9398;
}
.BgClassName
{
background-color: #1D9398;
}
</style>
border-color css
<style>
span { border-color: #1D9398; }
span { border-color: rgb(29,147,152); }
td.TdClassName
{
border-color: #1D9398;
}
.TagClassName
{
border-color: #1D9398;
}
</style>