Shades of Java #1D9897
Tints of Java #1D9897
RGB
CMYK
RGB Variations
Color information
#1D9897 (or 0x1D9897) is known color: Java. HEX triplet: 1D, 98 and 97. RGB value is (29,152,151). Sum of RGB (Red+Green+Blue) = 29+152+151=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #1D9897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9897 is #E26768. Grayscale: #727272. Windows color (decimal): -14837609 or 9934877. OLE color: 9934877.
HSL color Cylindrical-coordinate representation of color #1D9897: hue angle of 179.51º 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 #1D9897 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 151 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.40 |
| HSL | 179.51º | 0.68% | 0.35% | - |
| HSV(B) | 179.51º | 0.81% | 0.6% | - |
| XYZ | 17.32 | 24.95 | 33.18 | - |
| YUV | 115.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 151 | 0.81 | 0 | 0.01 | 0.40 | 179.51 | 0.68 | 0.35 |
| Hex | 1D | 98 | 97 | 51 | 0 | 1 | 28 | B4 | 44 | 23 |
| Octal | 35 | 230 | 227 | 121 | 0 | 1 | 50 | 264 | 104 | 43 |
| Binary | 11101 | 10011000 | 10010111 | 1010001 | 0 | 1 | 101000 | 10110100 | 1000100 | 100011 |
Color Harmonies of #1D9897
Complementary color
Monochromatic Colors of #1D9897
Black with #1D9897
Text Example
Text Example
White with #1D9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9897; }
p { color: rgb(29,152,151); }
H1.HeaderClassName
{
color: #1D9897;
}
.AnyTagClassName
{
color: #1D9897;
}
</style>
background-color css
<style>
a { background-color: #1D9897; }
a { background-color: rgb(29,152,151); }
div.DivClassName
{
background-color: #1D9897;
}
.BgClassName
{
background-color: #1D9897;
}
</style>
border-color css
<style>
span { border-color: #1D9897; }
span { border-color: rgb(29,152,151); }
td.TdClassName
{
border-color: #1D9897;
}
.TagClassName
{
border-color: #1D9897;
}
</style>