Shades of Java #1F9788
Tints of Java #1F9788
RGB
CMYK
RGB Variations
Color information
#1F9788 (or 0x1F9788) is known color: Java. HEX triplet: 1F, 97 and 88. RGB value is (31,151,136). Sum of RGB (Red+Green+Blue) = 31+151+136=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9788 is #E06877. Grayscale: #717171. Windows color (decimal): -14706808 or 8951583. OLE color: 8951583.
HSL color Cylindrical-coordinate representation of color #1F9788: hue angle of 172.5º 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 #1F9788 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 136 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.41 |
| HSL | 172.5º | 0.66% | 0.36% | - |
| HSV(B) | 172.5º | 0.79% | 0.59% | - |
| XYZ | 16.08 | 24.2 | 27.12 | - |
| YUV | 113.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 136 | 0.79 | 0 | 0.10 | 0.41 | 172.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 88 | 4F | 0 | A | 29 | AC | 42 | 24 |
| Octal | 37 | 227 | 210 | 117 | 0 | 12 | 51 | 254 | 102 | 44 |
| Binary | 11111 | 10010111 | 10001000 | 1001111 | 0 | 1010 | 101001 | 10101100 | 1000010 | 100100 |
Color Harmonies of #1F9788
Complementary color
Monochromatic Colors of #1F9788
Black with #1F9788
Text Example
Text Example
White with #1F9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9788; }
p { color: rgb(31,151,136); }
H1.HeaderClassName
{
color: #1F9788;
}
.AnyTagClassName
{
color: #1F9788;
}
</style>
background-color css
<style>
a { background-color: #1F9788; }
a { background-color: rgb(31,151,136); }
div.DivClassName
{
background-color: #1F9788;
}
.BgClassName
{
background-color: #1F9788;
}
</style>
border-color css
<style>
span { border-color: #1F9788; }
span { border-color: rgb(31,151,136); }
td.TdClassName
{
border-color: #1F9788;
}
.TagClassName
{
border-color: #1F9788;
}
</style>