Shades of Java #1F9888
Tints of Java #1F9888
RGB
CMYK
RGB Variations
Color information
#1F9888 (or 0x1F9888) is known color: Java. HEX triplet: 1F, 98 and 88. RGB value is (31,152,136). Sum of RGB (Red+Green+Blue) = 31+152+136=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9888 is #E06777. Grayscale: #717171. Windows color (decimal): -14706552 or 8951839. OLE color: 8951839.
HSL color Cylindrical-coordinate representation of color #1F9888: hue angle of 172.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9888 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 136 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.40 |
| HSL | 172.07º | 0.66% | 0.36% | - |
| HSV(B) | 172.07º | 0.8% | 0.6% | - |
| XYZ | 16.24 | 24.53 | 27.17 | - |
| YUV | 114 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 136 | 0.80 | 0 | 0.11 | 0.40 | 172.07 | 0.66 | 0.36 |
| Hex | 1F | 98 | 88 | 50 | 0 | B | 28 | AC | 42 | 24 |
| Octal | 37 | 230 | 210 | 120 | 0 | 13 | 50 | 254 | 102 | 44 |
| Binary | 11111 | 10011000 | 10001000 | 1010000 | 0 | 1011 | 101000 | 10101100 | 1000010 | 100100 |
Color Harmonies of #1F9888
Complementary color
Monochromatic Colors of #1F9888
Black with #1F9888
Text Example
Text Example
White with #1F9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9888; }
p { color: rgb(31,152,136); }
H1.HeaderClassName
{
color: #1F9888;
}
.AnyTagClassName
{
color: #1F9888;
}
</style>
background-color css
<style>
a { background-color: #1F9888; }
a { background-color: rgb(31,152,136); }
div.DivClassName
{
background-color: #1F9888;
}
.BgClassName
{
background-color: #1F9888;
}
</style>
border-color css
<style>
span { border-color: #1F9888; }
span { border-color: rgb(31,152,136); }
td.TdClassName
{
border-color: #1F9888;
}
.TagClassName
{
border-color: #1F9888;
}
</style>