Shades of Java #1D9E8F
Tints of Java #1D9E8F
RGB
CMYK
RGB Variations
Color information
#1D9E8F (or 0x1D9E8F) is known color: Java. HEX triplet: 1D, 9E and 8F. RGB value is (29,158,143). Sum of RGB (Red+Green+Blue) = 29+158+143=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #1D9E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9E8F is #E26170. Grayscale: #757575. Windows color (decimal): -14836081 or 9412125. OLE color: 9412125.
HSL color Cylindrical-coordinate representation of color #1D9E8F: hue angle of 173.02º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9E8F is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 158 | 143 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.38 |
| HSL | 173.02º | 0.69% | 0.37% | - |
| HSV(B) | 173.02º | 0.82% | 0.62% | - |
| XYZ | 17.69 | 26.7 | 30.21 | - |
| YUV | 117.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 158 | 143 | 0.82 | 0 | 0.09 | 0.38 | 173.02 | 0.69 | 0.37 |
| Hex | 1D | 9E | 8F | 52 | 0 | 9 | 26 | AD | 45 | 25 |
| Octal | 35 | 236 | 217 | 122 | 0 | 11 | 46 | 255 | 105 | 45 |
| Binary | 11101 | 10011110 | 10001111 | 1010010 | 0 | 1001 | 100110 | 10101101 | 1000101 | 100101 |
Color Harmonies of #1D9E8F
Complementary color
Monochromatic Colors of #1D9E8F
Black with #1D9E8F
Text Example
Text Example
White with #1D9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9E8F; }
p { color: rgb(29,158,143); }
H1.HeaderClassName
{
color: #1D9E8F;
}
.AnyTagClassName
{
color: #1D9E8F;
}
</style>
background-color css
<style>
a { background-color: #1D9E8F; }
a { background-color: rgb(29,158,143); }
div.DivClassName
{
background-color: #1D9E8F;
}
.BgClassName
{
background-color: #1D9E8F;
}
</style>
border-color css
<style>
span { border-color: #1D9E8F; }
span { border-color: rgb(29,158,143); }
td.TdClassName
{
border-color: #1D9E8F;
}
.TagClassName
{
border-color: #1D9E8F;
}
</style>