Shades of Java #1D959A
Tints of Java #1D959A
RGB
CMYK
RGB Variations
Color information
#1D959A (or 0x1D959A) is known color: Java. HEX triplet: 1D, 95 and 9A. RGB value is (29,149,154). Sum of RGB (Red+Green+Blue) = 29+149+154=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D959A is #E26A65. Grayscale: #717171. Windows color (decimal): -14838374 or 10130717. OLE color: 10130717.
HSL color Cylindrical-coordinate representation of color #1D959A: hue angle of 182.4º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D959A is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 149 | 154 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.40 |
| HSL | 182.4º | 0.68% | 0.36% | - |
| HSV(B) | 182.4º | 0.81% | 0.6% | - |
| XYZ | 17.09 | 24.09 | 34.32 | - |
| YUV | 113.69 | 150.74 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 154 | 0.81 | 0.03 | 0 | 0.40 | 182.4 | 0.68 | 0.36 |
| Hex | 1D | 95 | 9A | 51 | 3 | 0 | 28 | B6 | 44 | 24 |
| Octal | 35 | 225 | 232 | 121 | 3 | 0 | 50 | 266 | 104 | 44 |
| Binary | 11101 | 10010101 | 10011010 | 1010001 | 11 | 0 | 101000 | 10110110 | 1000100 | 100100 |
Color Harmonies of #1D959A
Complementary color
Monochromatic Colors of #1D959A
Black with #1D959A
Text Example
Text Example
White with #1D959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D959A; }
p { color: rgb(29,149,154); }
H1.HeaderClassName
{
color: #1D959A;
}
.AnyTagClassName
{
color: #1D959A;
}
</style>
background-color css
<style>
a { background-color: #1D959A; }
a { background-color: rgb(29,149,154); }
div.DivClassName
{
background-color: #1D959A;
}
.BgClassName
{
background-color: #1D959A;
}
</style>
border-color css
<style>
span { border-color: #1D959A; }
span { border-color: rgb(29,149,154); }
td.TdClassName
{
border-color: #1D959A;
}
.TagClassName
{
border-color: #1D959A;
}
</style>