Shades of Java #1F9787
Tints of Java #1F9787
RGB
CMYK
RGB Variations
Color information
#1F9787 (or 0x1F9787) is known color: Java. HEX triplet: 1F, 97 and 87. RGB value is (31,151,135). Sum of RGB (Red+Green+Blue) = 31+151+135=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9787 is #E06878. Grayscale: #717171. Windows color (decimal): -14706809 or 8886047. OLE color: 8886047.
HSL color Cylindrical-coordinate representation of color #1F9787: hue angle of 172º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9787 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 135 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.41 |
| HSL | 172º | 0.66% | 0.36% | - |
| HSV(B) | 172º | 0.79% | 0.59% | - |
| XYZ | 16 | 24.17 | 26.74 | - |
| YUV | 113.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 135 | 0.79 | 0 | 0.11 | 0.41 | 172 | 0.66 | 0.36 |
| Hex | 1F | 97 | 87 | 4F | 0 | B | 29 | AC | 42 | 24 |
| Octal | 37 | 227 | 207 | 117 | 0 | 13 | 51 | 254 | 102 | 44 |
| Binary | 11111 | 10010111 | 10000111 | 1001111 | 0 | 1011 | 101001 | 10101100 | 1000010 | 100100 |
Color Harmonies of #1F9787
Complementary color
Monochromatic Colors of #1F9787
Black with #1F9787
Text Example
Text Example
White with #1F9787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9787; }
p { color: rgb(31,151,135); }
H1.HeaderClassName
{
color: #1F9787;
}
.AnyTagClassName
{
color: #1F9787;
}
</style>
background-color css
<style>
a { background-color: #1F9787; }
a { background-color: rgb(31,151,135); }
div.DivClassName
{
background-color: #1F9787;
}
.BgClassName
{
background-color: #1F9787;
}
</style>
border-color css
<style>
span { border-color: #1F9787; }
span { border-color: rgb(31,151,135); }
td.TdClassName
{
border-color: #1F9787;
}
.TagClassName
{
border-color: #1F9787;
}
</style>