Shades of Java #1F9989
Tints of Java #1F9989
RGB
CMYK
RGB Variations
Color information
#1F9989 (or 0x1F9989) is known color: Java. HEX triplet: 1F, 99 and 89. RGB value is (31,153,137). Sum of RGB (Red+Green+Blue) = 31+153+137=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9989 is #E06676. Grayscale: #727272. Windows color (decimal): -14706295 or 9017631. OLE color: 9017631.
HSL color Cylindrical-coordinate representation of color #1F9989: hue angle of 172.13º 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 #1F9989 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 137 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.4 |
| HSL | 172.13º | 0.66% | 0.36% | - |
| HSV(B) | 172.13º | 0.8% | 0.6% | - |
| XYZ | 16.47 | 24.88 | 27.6 | - |
| YUV | 114.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 137 | 0.80 | 0 | 0.10 | 0.4 | 172.13 | 0.66 | 0.36 |
| Hex | 1F | 99 | 89 | 50 | 0 | A | 28 | AC | 42 | 24 |
| Octal | 37 | 231 | 211 | 120 | 0 | 12 | 50 | 254 | 102 | 44 |
| Binary | 11111 | 10011001 | 10001001 | 1010000 | 0 | 1010 | 101000 | 10101100 | 1000010 | 100100 |
Color Harmonies of #1F9989
Complementary color
Monochromatic Colors of #1F9989
Black with #1F9989
Text Example
Text Example
White with #1F9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9989; }
p { color: rgb(31,153,137); }
H1.HeaderClassName
{
color: #1F9989;
}
.AnyTagClassName
{
color: #1F9989;
}
</style>
background-color css
<style>
a { background-color: #1F9989; }
a { background-color: rgb(31,153,137); }
div.DivClassName
{
background-color: #1F9989;
}
.BgClassName
{
background-color: #1F9989;
}
</style>
border-color css
<style>
span { border-color: #1F9989; }
span { border-color: rgb(31,153,137); }
td.TdClassName
{
border-color: #1F9989;
}
.TagClassName
{
border-color: #1F9989;
}
</style>