Shades of Java #1D9A99
Tints of Java #1D9A99
RGB
CMYK
RGB Variations
Color information
#1D9A99 (or 0x1D9A99) is known color: Java. HEX triplet: 1D, 9A and 99. RGB value is (29,154,153). Sum of RGB (Red+Green+Blue) = 29+154+153=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9A99 is #E26566. Grayscale: #747474. Windows color (decimal): -14837095 or 10066461. OLE color: 10066461.
HSL color Cylindrical-coordinate representation of color #1D9A99: hue angle of 179.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A99 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 153 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.40 |
| HSL | 179.52º | 0.68% | 0.36% | - |
| HSV(B) | 179.52º | 0.81% | 0.6% | - |
| XYZ | 17.81 | 25.67 | 34.15 | - |
| YUV | 116.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 153 | 0.81 | 0 | 0.01 | 0.40 | 179.52 | 0.68 | 0.36 |
| Hex | 1D | 9A | 99 | 51 | 0 | 1 | 28 | B4 | 44 | 24 |
| Octal | 35 | 232 | 231 | 121 | 0 | 1 | 50 | 264 | 104 | 44 |
| Binary | 11101 | 10011010 | 10011001 | 1010001 | 0 | 1 | 101000 | 10110100 | 1000100 | 100100 |
Color Harmonies of #1D9A99
Complementary color
Monochromatic Colors of #1D9A99
Black with #1D9A99
Text Example
Text Example
White with #1D9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A99; }
p { color: rgb(29,154,153); }
H1.HeaderClassName
{
color: #1D9A99;
}
.AnyTagClassName
{
color: #1D9A99;
}
</style>
background-color css
<style>
a { background-color: #1D9A99; }
a { background-color: rgb(29,154,153); }
div.DivClassName
{
background-color: #1D9A99;
}
.BgClassName
{
background-color: #1D9A99;
}
</style>
border-color css
<style>
span { border-color: #1D9A99; }
span { border-color: rgb(29,154,153); }
td.TdClassName
{
border-color: #1D9A99;
}
.TagClassName
{
border-color: #1D9A99;
}
</style>