Shades of Java #1F978B
Tints of Java #1F978B
RGB
CMYK
RGB Variations
Color information
#1F978B (or 0x1F978B) is known color: Java. HEX triplet: 1F, 97 and 8B. RGB value is (31,151,139). Sum of RGB (Red+Green+Blue) = 31+151+139=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #1F978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F978B is #E06874. Grayscale: #717171. Windows color (decimal): -14706805 or 9148191. OLE color: 9148191.
HSL color Cylindrical-coordinate representation of color #1F978B: hue angle of 174º 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 #1F978B is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 139 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.41 |
| HSL | 174º | 0.66% | 0.36% | - |
| HSV(B) | 174º | 0.79% | 0.59% | - |
| XYZ | 16.29 | 24.29 | 28.26 | - |
| YUV | 113.75 | 142.24 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 139 | 0.79 | 0 | 0.08 | 0.41 | 174 | 0.66 | 0.36 |
| Hex | 1F | 97 | 8B | 4F | 0 | 8 | 29 | AE | 42 | 24 |
| Octal | 37 | 227 | 213 | 117 | 0 | 10 | 51 | 256 | 102 | 44 |
| Binary | 11111 | 10010111 | 10001011 | 1001111 | 0 | 1000 | 101001 | 10101110 | 1000010 | 100100 |
Color Harmonies of #1F978B
Complementary color
Monochromatic Colors of #1F978B
Black with #1F978B
Text Example
Text Example
White with #1F978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F978B; }
p { color: rgb(31,151,139); }
H1.HeaderClassName
{
color: #1F978B;
}
.AnyTagClassName
{
color: #1F978B;
}
</style>
background-color css
<style>
a { background-color: #1F978B; }
a { background-color: rgb(31,151,139); }
div.DivClassName
{
background-color: #1F978B;
}
.BgClassName
{
background-color: #1F978B;
}
</style>
border-color css
<style>
span { border-color: #1F978B; }
span { border-color: rgb(31,151,139); }
td.TdClassName
{
border-color: #1F978B;
}
.TagClassName
{
border-color: #1F978B;
}
</style>