Shades of Java #1F978C
Tints of Java #1F978C
RGB
CMYK
RGB Variations
Color information
#1F978C (or 0x1F978C) is known color: Java. HEX triplet: 1F, 97 and 8C. RGB value is (31,151,140). Sum of RGB (Red+Green+Blue) = 31+151+140=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #1F978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F978C is #E06873. Grayscale: #717171. Windows color (decimal): -14706804 or 9213727. OLE color: 9213727.
HSL color Cylindrical-coordinate representation of color #1F978C: hue angle of 174.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 #1F978C is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 140 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.41 |
| HSL | 174.5º | 0.66% | 0.36% | - |
| HSV(B) | 174.5º | 0.79% | 0.59% | - |
| XYZ | 16.37 | 24.32 | 28.64 | - |
| YUV | 113.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 140 | 0.79 | 0 | 0.07 | 0.41 | 174.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 8C | 4F | 0 | 7 | 29 | AE | 42 | 24 |
| Octal | 37 | 227 | 214 | 117 | 0 | 7 | 51 | 256 | 102 | 44 |
| Binary | 11111 | 10010111 | 10001100 | 1001111 | 0 | 111 | 101001 | 10101110 | 1000010 | 100100 |
Color Harmonies of #1F978C
Complementary color
Monochromatic Colors of #1F978C
Black with #1F978C
Text Example
Text Example
White with #1F978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F978C; }
p { color: rgb(31,151,140); }
H1.HeaderClassName
{
color: #1F978C;
}
.AnyTagClassName
{
color: #1F978C;
}
</style>
background-color css
<style>
a { background-color: #1F978C; }
a { background-color: rgb(31,151,140); }
div.DivClassName
{
background-color: #1F978C;
}
.BgClassName
{
background-color: #1F978C;
}
</style>
border-color css
<style>
span { border-color: #1F978C; }
span { border-color: rgb(31,151,140); }
td.TdClassName
{
border-color: #1F978C;
}
.TagClassName
{
border-color: #1F978C;
}
</style>