Shades of Java #1D988A
Tints of Java #1D988A
RGB
CMYK
RGB Variations
Color information
#1D988A (or 0x1D988A) is known color: Java. HEX triplet: 1D, 98 and 8A. RGB value is (29,152,138). Sum of RGB (Red+Green+Blue) = 29+152+138=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #1D988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D988A is #E26775. Grayscale: #717171. Windows color (decimal): -14837622 or 9082909. OLE color: 9082909.
HSL color Cylindrical-coordinate representation of color #1D988A: hue angle of 173.17º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D988A is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 138 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.40 |
| HSL | 173.17º | 0.68% | 0.35% | - |
| HSV(B) | 173.17º | 0.81% | 0.6% | - |
| XYZ | 16.32 | 24.55 | 27.92 | - |
| YUV | 113.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 138 | 0.81 | 0 | 0.09 | 0.40 | 173.17 | 0.68 | 0.35 |
| Hex | 1D | 98 | 8A | 51 | 0 | 9 | 28 | AD | 44 | 23 |
| Octal | 35 | 230 | 212 | 121 | 0 | 11 | 50 | 255 | 104 | 43 |
| Binary | 11101 | 10011000 | 10001010 | 1010001 | 0 | 1001 | 101000 | 10101101 | 1000100 | 100011 |
Color Harmonies of #1D988A
Complementary color
Monochromatic Colors of #1D988A
Black with #1D988A
Text Example
Text Example
White with #1D988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D988A; }
p { color: rgb(29,152,138); }
H1.HeaderClassName
{
color: #1D988A;
}
.AnyTagClassName
{
color: #1D988A;
}
</style>
background-color css
<style>
a { background-color: #1D988A; }
a { background-color: rgb(29,152,138); }
div.DivClassName
{
background-color: #1D988A;
}
.BgClassName
{
background-color: #1D988A;
}
</style>
border-color css
<style>
span { border-color: #1D988A; }
span { border-color: rgb(29,152,138); }
td.TdClassName
{
border-color: #1D988A;
}
.TagClassName
{
border-color: #1D988A;
}
</style>