Shades of Java #1D918C
Tints of Java #1D918C
RGB
CMYK
RGB Variations
Color information
#1D918C (or 0x1D918C) is known color: Java. HEX triplet: 1D, 91 and 8C. RGB value is (29,145,140). Sum of RGB (Red+Green+Blue) = 29+145+140=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #1D918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D918C is #E26E73. Grayscale: #6D6D6D. Windows color (decimal): -14839412 or 9212189. OLE color: 9212189.
HSL color Cylindrical-coordinate representation of color #1D918C: hue angle of 177.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D918C is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 140 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.43 |
| HSL | 177.41º | 0.67% | 0.34% | - |
| HSV(B) | 177.41º | 0.8% | 0.57% | - |
| XYZ | 15.37 | 22.41 | 28.33 | - |
| YUV | 109.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 140 | 0.8 | 0 | 0.03 | 0.43 | 177.41 | 0.67 | 0.34 |
| Hex | 1D | 91 | 8C | 50 | 0 | 3 | 2B | B1 | 43 | 22 |
| Octal | 35 | 221 | 214 | 120 | 0 | 3 | 53 | 261 | 103 | 42 |
| Binary | 11101 | 10010001 | 10001100 | 1010000 | 0 | 11 | 101011 | 10110001 | 1000011 | 100010 |
Color Harmonies of #1D918C
Complementary color
Monochromatic Colors of #1D918C
Black with #1D918C
Text Example
Text Example
White with #1D918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D918C; }
p { color: rgb(29,145,140); }
H1.HeaderClassName
{
color: #1D918C;
}
.AnyTagClassName
{
color: #1D918C;
}
</style>
background-color css
<style>
a { background-color: #1D918C; }
a { background-color: rgb(29,145,140); }
div.DivClassName
{
background-color: #1D918C;
}
.BgClassName
{
background-color: #1D918C;
}
</style>
border-color css
<style>
span { border-color: #1D918C; }
span { border-color: rgb(29,145,140); }
td.TdClassName
{
border-color: #1D918C;
}
.TagClassName
{
border-color: #1D918C;
}
</style>