Shades of Java #1D878B
Tints of Java #1D878B
RGB
CMYK
RGB Variations
Color information
#1D878B (or 0x1D878B) is known color: Java. HEX triplet: 1D, 87 and 8B. RGB value is (29,135,139). Sum of RGB (Red+Green+Blue) = 29+135+139=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D878B is #E27874. Grayscale: #676767. Windows color (decimal): -14841973 or 9144093. OLE color: 9144093.
HSL color Cylindrical-coordinate representation of color #1D878B: hue angle of 182.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D878B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 135 | 139 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.45 |
| HSL | 182.18º | 0.65% | 0.33% | - |
| HSV(B) | 182.18º | 0.79% | 0.55% | - |
| XYZ | 13.83 | 19.45 | 27.45 | - |
| YUV | 103.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 139 | 0.79 | 0.03 | 0 | 0.45 | 182.18 | 0.65 | 0.33 |
| Hex | 1D | 87 | 8B | 4F | 3 | 0 | 2D | B6 | 41 | 21 |
| Octal | 35 | 207 | 213 | 117 | 3 | 0 | 55 | 266 | 101 | 41 |
| Binary | 11101 | 10000111 | 10001011 | 1001111 | 11 | 0 | 101101 | 10110110 | 1000001 | 100001 |
Color Harmonies of #1D878B
Complementary color
Monochromatic Colors of #1D878B
Black with #1D878B
Text Example
Text Example
White with #1D878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D878B; }
p { color: rgb(29,135,139); }
H1.HeaderClassName
{
color: #1D878B;
}
.AnyTagClassName
{
color: #1D878B;
}
</style>
background-color css
<style>
a { background-color: #1D878B; }
a { background-color: rgb(29,135,139); }
div.DivClassName
{
background-color: #1D878B;
}
.BgClassName
{
background-color: #1D878B;
}
</style>
border-color css
<style>
span { border-color: #1D878B; }
span { border-color: rgb(29,135,139); }
td.TdClassName
{
border-color: #1D878B;
}
.TagClassName
{
border-color: #1D878B;
}
</style>