Shades of Java #1D979C
Tints of Java #1D979C
RGB
CMYK
RGB Variations
Color information
#1D979C (or 0x1D979C) is known color: Java. HEX triplet: 1D, 97 and 9C. RGB value is (29,151,156). Sum of RGB (Red+Green+Blue) = 29+151+156=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D979C is #E26863. Grayscale: #727272. Windows color (decimal): -14837860 or 10262301. OLE color: 10262301.
HSL color Cylindrical-coordinate representation of color #1D979C: hue angle of 182.36º 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 #1D979C is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 151 | 156 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.39 |
| HSL | 182.36º | 0.69% | 0.36% | - |
| HSV(B) | 182.36º | 0.81% | 0.61% | - |
| XYZ | 17.57 | 24.79 | 35.31 | - |
| YUV | 115.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 156 | 0.81 | 0.03 | 0 | 0.39 | 182.36 | 0.69 | 0.36 |
| Hex | 1D | 97 | 9C | 51 | 3 | 0 | 27 | B6 | 45 | 24 |
| Octal | 35 | 227 | 234 | 121 | 3 | 0 | 47 | 266 | 105 | 44 |
| Binary | 11101 | 10010111 | 10011100 | 1010001 | 11 | 0 | 100111 | 10110110 | 1000101 | 100100 |
Color Harmonies of #1D979C
Complementary color
Monochromatic Colors of #1D979C
Black with #1D979C
Text Example
Text Example
White with #1D979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D979C; }
p { color: rgb(29,151,156); }
H1.HeaderClassName
{
color: #1D979C;
}
.AnyTagClassName
{
color: #1D979C;
}
</style>
background-color css
<style>
a { background-color: #1D979C; }
a { background-color: rgb(29,151,156); }
div.DivClassName
{
background-color: #1D979C;
}
.BgClassName
{
background-color: #1D979C;
}
</style>
border-color css
<style>
span { border-color: #1D979C; }
span { border-color: rgb(29,151,156); }
td.TdClassName
{
border-color: #1D979C;
}
.TagClassName
{
border-color: #1D979C;
}
</style>