Shades of Java #1DA69B
Tints of Java #1DA69B
RGB
CMYK
RGB Variations
Color information
#1DA69B (or 0x1DA69B) is known color: Java. HEX triplet: 1D, A6 and 9B. RGB value is (29,166,155). Sum of RGB (Red+Green+Blue) = 29+166+155=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA69B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA69B is #E25964. Grayscale: #7B7B7B. Windows color (decimal): -14834021 or 10200605. OLE color: 10200605.
HSL color Cylindrical-coordinate representation of color #1DA69B: hue angle of 175.18º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA69B is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 155 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.35 |
| HSL | 175.18º | 0.7% | 0.38% | - |
| HSV(B) | 175.18º | 0.83% | 0.65% | - |
| XYZ | 20.06 | 29.9 | 35.72 | - |
| YUV | 123.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 155 | 0.83 | 0 | 0.07 | 0.35 | 175.18 | 0.7 | 0.38 |
| Hex | 1D | A6 | 9B | 53 | 0 | 7 | 23 | AF | 46 | 26 |
| Octal | 35 | 246 | 233 | 123 | 0 | 7 | 43 | 257 | 106 | 46 |
| Binary | 11101 | 10100110 | 10011011 | 1010011 | 0 | 111 | 100011 | 10101111 | 1000110 | 100110 |
Color Harmonies of #1DA69B
Complementary color
Monochromatic Colors of #1DA69B
Black with #1DA69B
Text Example
Text Example
White with #1DA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA69B; }
p { color: rgb(29,166,155); }
H1.HeaderClassName
{
color: #1DA69B;
}
.AnyTagClassName
{
color: #1DA69B;
}
</style>
background-color css
<style>
a { background-color: #1DA69B; }
a { background-color: rgb(29,166,155); }
div.DivClassName
{
background-color: #1DA69B;
}
.BgClassName
{
background-color: #1DA69B;
}
</style>
border-color css
<style>
span { border-color: #1DA69B; }
span { border-color: rgb(29,166,155); }
td.TdClassName
{
border-color: #1DA69B;
}
.TagClassName
{
border-color: #1DA69B;
}
</style>