Shades of Java #1F9A89
Tints of Java #1F9A89
RGB
CMYK
RGB Variations
Color information
#1F9A89 (or 0x1F9A89) is known color: Java. HEX triplet: 1F, 9A and 89. RGB value is (31,154,137). Sum of RGB (Red+Green+Blue) = 31+154+137=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9A89 is #E06576. Grayscale: #737373. Windows color (decimal): -14706039 or 9017887. OLE color: 9017887.
HSL color Cylindrical-coordinate representation of color #1F9A89: hue angle of 171.71º 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 #1F9A89 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 154 | 137 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.40 |
| HSL | 171.71º | 0.66% | 0.36% | - |
| HSV(B) | 171.71º | 0.8% | 0.6% | - |
| XYZ | 16.64 | 25.21 | 27.66 | - |
| YUV | 115.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 137 | 0.80 | 0 | 0.11 | 0.40 | 171.71 | 0.66 | 0.36 |
| Hex | 1F | 9A | 89 | 50 | 0 | B | 28 | AC | 42 | 24 |
| Octal | 37 | 232 | 211 | 120 | 0 | 13 | 50 | 254 | 102 | 44 |
| Binary | 11111 | 10011010 | 10001001 | 1010000 | 0 | 1011 | 101000 | 10101100 | 1000010 | 100100 |
Color Harmonies of #1F9A89
Complementary color
Monochromatic Colors of #1F9A89
Black with #1F9A89
Text Example
Text Example
White with #1F9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9A89; }
p { color: rgb(31,154,137); }
H1.HeaderClassName
{
color: #1F9A89;
}
.AnyTagClassName
{
color: #1F9A89;
}
</style>
background-color css
<style>
a { background-color: #1F9A89; }
a { background-color: rgb(31,154,137); }
div.DivClassName
{
background-color: #1F9A89;
}
.BgClassName
{
background-color: #1F9A89;
}
</style>
border-color css
<style>
span { border-color: #1F9A89; }
span { border-color: rgb(31,154,137); }
td.TdClassName
{
border-color: #1F9A89;
}
.TagClassName
{
border-color: #1F9A89;
}
</style>